An open API service indexing awesome lists of open source software.

https://github.com/statcan/experimental_data_api


https://github.com/statcan/experimental_data_api

Last synced: 3 months ago
JSON representation

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