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
- Host: GitHub
- URL: https://github.com/flybywiresim/do-download-counter
- Owner: flybywiresim
- License: mit
- Created: 2020-12-20T22:20:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-04T20:44:17.000Z (about 1 year ago)
- Last Synced: 2024-04-14T07:45:52.712Z (about 1 year ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README

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