Skip to content

schutterp/epic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Node Tutorial

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...

First Steps

$ pwd
> ~/project
  1. $ git init epic
  2. add a .gitignore file for node_modules directory
  3. $ cd epic
  4. $ npm init --yes
  5. $ npm install htmlparser2 --save
  6. $ npm install request --save
  7. create index.js
  8. git add .
  9. git commit -m 'my first commit'

Fun other stuff to come:

-define npm run for babel... it should do the request and we could demonstrate passing options -use trumpet -build a web interface

About

fun with NASA data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published