Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maschad/covid19-banned-flights
See all banned flights during covid19 pandemic
https://github.com/maschad/covid19-banned-flights
Last synced: 28 days ago
JSON representation
See all banned flights during covid19 pandemic
- Host: GitHub
- URL: https://github.com/maschad/covid19-banned-flights
- Owner: maschad
- Created: 2020-03-21T07:16:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T16:13:35.000Z (3 months ago)
- Last Synced: 2024-12-13T19:33:53.386Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.covid19globalinfo.com/
- Size: 3.09 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# See Coronavirus Travel Restrictions, Across the Globe
### [Live Site](https://www.covid19globalinfo.com/)
This project utilizes [pomber's](https://github.com/pomber/covid19) time series JSON API as well as a scraper that I built [here](https://github.com/maschad/covid-scraper). As well as [vasturiano's](https://github.com/vasturiano/react-globe.gl) react globe library.
![gif demo](https://s5.gifyu.com/images/Screen-Recording-2020-04-03-at-9.gif)
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `yarn test`
Launches the test runner in the interactive watch mode.
### `yarn build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!## Setting up
Because this project requires a backend, you can run the [scraper](https://github.com/maschad/covid-scraper) I mentioned before
## Docker Instructions
If you have [Docker](https://www.docker.com/) then:
- Build an image
```
docker build -t /banned-flights
```
- Run that image```
docker run -d /banned-flights
```- Ensure it's running
```
docker ps
```