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

https://github.com/flybywiresim/do-download-counter

Redirects a request to a URL while logging it to MySQL
https://github.com/flybywiresim/do-download-counter

Last synced: 3 months ago
JSON representation

Redirects a request to a URL while logging it to MySQL

Awesome Lists containing this project

README

        

![FlyByWire Simulations](https://raw.githubusercontent.com/flybywiresim/branding/master/tails-with-text/FBW-Color-Dark.svg#gh-light-mode-only)
![FlyByWire Simulations](https://raw.githubusercontent.com/flybywiresim/branding/master/tails-with-text/FBW-Color-Light.svg#gh-dark-mode-only)

## FlyByWire Simulations DigitalOcean Download Counter

### Developing

```bash
# install all dependencies
$ npm install

# start the API
$ npm start
```

Some ENVs are required to start the API. They can be found in `index.js`.