/astronauts

A workshop code where we consume API using node.js

Primary LanguageHTML

Astronauts

This is the repository where we created a node.js app to consume an API which shows current list of astronauts in space.

Steps to recreate package by yourself

Create the directory and init the node package, then create the server

$ mkdir astronauts
$ npm init -y
$ touch server.js