This is a basic web dev tutorial using javascript, git, node, npm, html. I am creating this for my little brother, Cody Schutte. Wish him luck on his journey to learn the secrets of the javascripts.
The name epic
was taken from NASA's DSCOVR:EPIC (Earth Polychromatic Imaging Camera) because we are taking data from their EPIC project.
Where will this take us? Let's find out...
$ pwd
> ~/project
$ git init epic
- add a
.gitignore
file for node_modules directory $ cd epic
$ npm init --yes
$ npm install htmlparser2 --save
$ npm install request --save
- create index.js
git add .
git commit -m 'my first commit'
-define npm run for babel... it should do the request and we could demonstrate passing options -use trumpet -build a web interface