/yesod-notes

Yesod-notes: a small yesod app to take notes

Primary LanguageHaskellMIT LicenseMIT

Yesod-notes

This is just a small experiment. It's a note-taking application that I made to get familiar with the Yesod Framework.

You can visit the website online, it's hosted on Heroku here.

Yesod has a lot of interesting features, this website also makes use of:

JSON API

Most pages can receive/return json. You just have to set application/json as your HTTP Accept Header.

Note: you will also need to keep and send the session cookie if you try to access a page that requires authentication.

I will document this as soon as I can, but feel free to try it.

Suggestions and critiques are always welcome

If you want to request a feature, point out a bug or discuss about something: open up an issue on github.