Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sloorush/notetaker-hs
Simple and sample notetaker application used to take notes written in Haskell.
https://github.com/sloorush/notetaker-hs
Last synced: 28 days ago
JSON representation
Simple and sample notetaker application used to take notes written in Haskell.
- Host: GitHub
- URL: https://github.com/sloorush/notetaker-hs
- Owner: sloorush
- Created: 2022-04-04T05:58:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T05:58:46.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T03:43:45.522Z (8 months ago)
- Language: Haskell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# notetaker-hs
Simple and sample notetaker application used to take notes written in Haskell.
This small project was made while learing Haskell.
Uses [Spock](https://hackage.haskell.org/package/Spock) and its built-in support for server state. Server state is used to implement an in-memory database of notes.