Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atmos/traktor-charts
See what you've been playing in Traktor
https://github.com/atmos/traktor-charts
Last synced: 3 months ago
JSON representation
See what you've been playing in Traktor
- Host: GitHub
- URL: https://github.com/atmos/traktor-charts
- Owner: atmos
- License: mit
- Created: 2014-12-08T10:23:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T04:47:19.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T13:59:38.149Z (9 months ago)
- Language: Go
- Homepage:
- Size: 384 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# traktor-charts
Try to copy [Traktor DJ Charts Export](http://tomashg.com/?p=1132) in go.
[Example Output](https://gist.github.com/atmos/0ae724237f1ef859f25a).
# Development
% brew install go hg
% make boostrap
% make# Exit Status
| Exit Status | Description |
|---|-----------------------------------------------------------------|
| 0 | Successfully posted new archives to djcharts.io. |
| 1 | No unposted traktor archve files found. |
| 2 | Unable to pulse to djcharts.io. Credentials are probably wrong. |
| 3 | Unable to post new archives to djcharts.io. Credentials are probably wrong. |