/scripting-interface-for-spacex-api

A simple NodeJS application for rendering SpaceX APIs

Primary LanguageEJSMIT LicenseMIT

Scripting-interface-for-spacex-API

A simple ReactJS application for rendering SpaceX APIs

Requirements

For development, you will only need Node.js and a node global package, npm, installed in your environement.

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    $ npm install npm -g
    

Install

$ git clone https://github.com/HikmatullahEhsan/scripting-interface-for-spacex-api
$ cd scripting-interface-for-spacex-api
$ npm install

Running the project

$ npm start

Simple build for production

$ npm run-script build