Skip to content

devarrowsmith/spacefrens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceFrens 👩‍🚀

SpaceFrens is a web app that displays the number of people currently in space using a simple animated graphic. It pulls this information from the open-notify.org API.

Try it here!

Image of the SpaceFrens web app viewed on a Samsung Galaxy S9

Getting Started

To tinker with the SpaceFrens web app you'll need a suitable dev environment. I use Visual Studio Code and the Git Bash UNIX terminal.

Installation

  1. To download the SpaceFrens repository open a UNIX terminal and enter the following command:

    git clone [email protected]:devarrowsmith/spacefrens.git

  2. Run NPM Install to install the required dependencies.

  3. The app can be hosted locally for development purposes. Run NPM Start in a terminal to serve the app, then open a web browser and go to http://localhost:8000 to view the app in its current state. Nodemon will automatically restart the app when changes are made within the spacefrens directory. This allows the user to make changes to the app in the dev environment, then view these changes in the browser simply by refreshing it.

Built With

Acknowledgements

Data for the app is nabbed from the open-notify.org API.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published