kevin-lyon-fetch v0.3.2
kevin-lyon-fetch
#First module created by azerus and push on npm
Inside the project you will find an index.js, test.js and and json package ( due to the npm init) to learn how to request and array from a API.
#Ok So...and how to process now ?
First create a new repo on github and clone it on your computer.
You can change the API inside the index.js / test.js file.
You should create a render to display the content of the array ;)
Easy right ? now open your terminal in the folder you've just cloned and tape "npm init".
Choose a project name and press enter, same to the version of your module ( keep 0.0.1 'cause when you gonna patch it the last version number will be increment ) take some tags a description.
Change the api requested in the index.js file !
Fine folk's but did we also finished ?
Buddy it depend of you and the librairy where you wanna work with... you are the developer of that app so you are the only one who know that ;)