https://github.com/averycrespi/bock
Explore data from the Bank of Canada
https://github.com/averycrespi/bock
chartjs material-ui parcel react
Last synced: 27 days ago
JSON representation
Explore data from the Bank of Canada
- Host: GitHub
- URL: https://github.com/averycrespi/bock
- Owner: averycrespi
- License: mit
- Created: 2020-04-03T00:18:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:48:40.000Z (over 3 years ago)
- Last Synced: 2025-07-29T00:29:32.296Z (11 months ago)
- Topics: chartjs, material-ui, parcel, react
- Language: JavaScript
- Homepage: https://bock.crespi.dev
- Size: 4.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Explore data from the Bank of Canada.
## About
> /bäk/
>
> _noun_
>
> A strong dark beer brewed in the fall and drunk in the spring.
Bock is a web app for exploring the Bank of Canada's Valet API.
## Getting Started
You can [try Bock online](https://bock.crespi.dev) or run your own instance.
Requires [Git](https://git-scm.com/) and the [Yarn](https://yarnpkg.com/) package manager.
```sh
# Clone the repository
git clone https://github.com/averycrespi/bock.git && cd bock
# Install dependencies
yarn
# Start the development server at localhost:1234
yarn dev
```
## Credits
This project uses the Bank of Canada's [Valet API](https://www.bankofcanada.ca/valet/docs). By using this project, you agree to their [Terms of Service](https://www.bankofcanada.ca/terms/). Bock is not affiliated with, endorsed, sponsored, or specifically approved by the Bank of Canada.
Logo derived from: "Beer" by Curve from [the Noun Project](https://thenounproject.com/) and "leaf" by Hopkins from [the Noun Project](https://thenounproject.com/).
## License
[MIT](https://choosealicense.com/licenses/mit/)