https://github.com/literateink/scodok
A simple API wrapper for ScoDoc Notes.
https://github.com/literateink/scodok
api grading notes scodoc typescript wrapper
Last synced: 11 months ago
JSON representation
A simple API wrapper for ScoDoc Notes.
- Host: GitHub
- URL: https://github.com/literateink/scodok
- Owner: LiterateInk
- License: gpl-3.0
- Created: 2024-11-04T00:31:30.000Z (over 1 year ago)
- Default Branch: js
- Last Pushed: 2024-11-06T16:55:01.000Z (over 1 year ago)
- Last Synced: 2024-11-19T03:15:18.400Z (over 1 year ago)
- Topics: api, grading, notes, scodoc, typescript, wrapper
- Language: TypeScript
- Homepage: https://docs.literate.ink/scodok
- Size: 47.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
*This library **is not** affiliated with [ScoDoc](https://scodoc.org/) or [SebL68/Scodoc_Notes](https://github.com/SebL68/Scodoc_Notes) in any way.*
## Installation
Use your favorite package manager to install this library from NPM.
```bash
# pnpm
pnpm add scodok
# Yarn
yarn add scodok
# npm
npm add scodok
# Bun
bun add scodok
```
## Documentation
You can find documentation with guides at [docs.literate.ink/scodok](https://docs.literate.ink/scodok).
If it's not enough you can also take a look at the [`examples`](https://github.com/LiterateInk/Scodok/tree/js/examples) folder in the GitHub repository for inspiration.
If none of those are helpful, you can always [open an issue](https://github.com/LiterateInk/Scodok/issues) to ask for help or join the [LiterateInk Discord server](https://literate.ink/discord).