https://github.com/statcan/experimental_data_api
https://github.com/statcan/experimental_data_api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/statcan/experimental_data_api
- Owner: StatCan
- License: other
- Created: 2019-10-18T20:21:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T09:57:16.000Z (over 3 years ago)
- Last Synced: 2025-02-01T10:44:21.019Z (about 1 year ago)
- Language: TSQL
- Size: 3.83 MB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE-fr.md
Awesome Lists containing this project
README
# Statistics Canada API Documentation #
An API for accessing Statistics Canada data. The API is built using the REST architecture and implemented using Node.JS and Postgres.
## Getting Started ##
### Prerequisites ###
* Docker (with Docker Compose)
### Installing ###
```
docker-compose up
```
## Documentation ##
See the [API Documentation](docs/README.md).
## License ##
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details