Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanielng/data_api
This repository implements a data API based via Github actions
https://github.com/nathanielng/data_api
Last synced: 10 days ago
JSON representation
This repository implements a data API based via Github actions
- Host: GitHub
- URL: https://github.com/nathanielng/data_api
- Owner: nathanielng
- License: mit
- Created: 2020-01-23T13:56:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T14:04:31.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T13:12:27.208Z (2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# data_api
## Description
This repository implements a data API based via Github actions.
It will be based on the procedure in [1].## Reference
1. [Deploying a data API using GitHub Actions and Cloud Run](https://simonwillison.net/2020/Jan/21/github-actions-cloud-run/) | Simon Willison