Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdiggs/what_should_i_listen_to_crystal
https://github.com/gdiggs/what_should_i_listen_to_crystal
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gdiggs/what_should_i_listen_to_crystal
- Owner: gdiggs
- Created: 2016-07-08T01:30:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T01:42:47.000Z (over 8 years ago)
- Last Synced: 2024-12-11T17:21:52.825Z (about 2 months ago)
- Language: Crystal
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What Should I Listen To?
## CLI
```console
crystal compile cli.cr
./cli [NUM]
```## HTTP
```console
crystal compile http.cr
./http
```