Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aquilax/sparkline-nim
Sparkline library
https://github.com/aquilax/sparkline-nim
nim sparkline
Last synced: 17 days ago
JSON representation
Sparkline library
- Host: GitHub
- URL: https://github.com/aquilax/sparkline-nim
- Owner: aquilax
- License: mit
- Created: 2019-11-17T13:50:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T14:30:27.000Z (about 5 years ago)
- Last Synced: 2024-11-21T13:47:51.587Z (3 months ago)
- Topics: nim, sparkline
- Language: Nim
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sparkline-nim
Sparkline library ported from Go [joliv/spark](https://github.com/joliv/spark).
```nim
echo(sparkline(@[1, 0, 0, 1]))
# █▁▁█
```