Site that consumes a public api about SpaceX that offers data of various types, very interesting
Api Documentation: https://github.com/r-spacex/SpaceX-API/tree/master/docs/v4
Code climate: https://codeclimate.com/github/emysdias/guardian-of-the-galaxy
Site link with deploy: https://emily-guardians-of-the-galaxy.herokuapp.com/
- A public api is being used, so the server might crash and might end up not working at some point.
- Third party library is being used, which one day has the possibility of causing problems.
- Node/ npm.
- Yarn.
- The code has npm version 6.14.11
- The System is Ubuntu 16.04.7 LTS
To clone the repository
$ git clone https://github.com/emysdias/guardian-of-the-galaxy.git
Enter the repository folder and download dependencies
$ npm install
or
$ yarn install
Finally, run the application
$ npm start
or
$ yarn start
🚀🚀🚀🚀🚀🚀🚀