Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```