sharpred / docs

Public API documentation

Home Page:https://monzo.com/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monzo API Docs

Monzo is a new kind of bank.

This is the public repo for the Monzo API documentation. It was generated using Slate.

Testing Locally

You'll need Docker.

From the root of the repo:

> docker build .

Once you've built your image, make note of the image hash:

...
Successfully built abcdef1234

And run it, forwarding the port, including the first few characters of the image:

> docker run -p 4567:4567 abcde

Then just visit http://localhost:4567 in your browser!

Need help? Found a bug?

Just submit an issue to this GitHub repo if you need any help. And, of course, feel free to submit pull requests with bug fixes or changes.

About

Public API documentation

https://monzo.com/docs/

License:Other


Languages

Language:JavaScript 78.0%Language:SCSS 12.6%Language:CSS 4.9%Language:HTML 3.3%Language:Ruby 0.8%Language:Dockerfile 0.2%Language:Makefile 0.1%