https://github.com/blocknative/nifty-football-api
https://github.com/blocknative/nifty-football-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/blocknative/nifty-football-api
- Owner: blocknative
- Created: 2019-05-14T20:42:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T20:09:59.000Z (about 7 years ago)
- Last Synced: 2025-05-20T03:11:59.668Z (about 1 year ago)
- Language: JavaScript
- Size: 2.29 MB
- Stars: 0
- Watchers: 19
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NiftyFootball API
=================
* Serverless environment
* Setup local and prod envs with the correct open sea API key
```
firebase functions:config:set secret.api.key="”
```
* To run locally you need to
* `cd functions`
* `firebase functions:config:get > .runtimeconfig.json` - Ensure this is **NOT** committed into the repo!