Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwalle61/tennis-schedule
https://github.com/rwalle61/tennis-schedule
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rwalle61/tennis-schedule
- Owner: rwalle61
- Created: 2022-06-19T20:47:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T20:48:49.000Z (over 2 years ago)
- Last Synced: 2024-10-06T02:21:36.827Z (3 months ago)
- Language: TypeScript
- Size: 151 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kilburn Grange Tennis Schedule
Because I'm too lazy to check each court individually
## How to use
- Use the `package.json` commands
- Set environment variables using a local `.env` file. This is gitignored. This includes an API key for Google## Deployment
1. Log in to the AWS account with your user
2. Go to IAM
3. Generate an Access key-pair
4. Add that to your local `.aws/credentials` file as an aws profile in
5. Make sure your terminal session is using that aws profile
6. run `yarn deploy`. (This might deploy a new stack, rather than overwriting the existing one. Not sure why)