How to use API's (For Beginners).
Nicolaas Nel
Lead Front End Product Developer @ InfoSlipsIDE#
The first thing you will need is the foundation of every developer, an IDE (Integrated Development Environment). My recommendation is Visual Studio Code however you can use any IDE that you personally prefer.
Git#
Git is your best friend as a developer, what is Git? Git is a version control manager. It basically makes sure you don't lose anything you've done and it also allows you to store your code on Github and to clone other peoples projects from Github.
You can download Git here: https://git-scm.com/downloads
NodeJs#
Node JS is super important, this helps you install all sorts of packages to help with development, it also comes with a package manager called npm (node package manager) which you will use a lot.
You can download NodeJS here: https://nodejs.org/en/download/
Getting Started:#
Git Clone#
Get the base project from my Github to get started, this repo also includes reccomended extensions to make coding/testing easier. To clone the repo open up your terminal and execute the following command:
Extras:#
Community#
Donate, Support or Fund#
If you love this project please consider donating or support the development by means of coffee. You may also fund this project to maintain active and close more issues. Just a cup of coffee is enough to appreciate our hardwork.
Author#
Node Essentials is Developed and Maintained by Nicolaas Nel
Made with ๐ and โ by Nicolaas Nel.
