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

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

Awesome Lists containing this project

README

          





Logo



Bock



Explore data from the Bank of Canada.







About
Getting Started
Credits
License





## 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/)