Skip to content

sunhypnotic/sunhypnotic-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sunhypnotic-server

Haskell based JSON API for SunHypnotic release data. Work in Progress.

http://sunhypnotic.com

Build & Run

First clone the repo:


$ git clone http://github.com/accraze/sunhypnotic-server
$ cd sunhypnotic-server

This project is built using Stack. To install all deps and build an executable:

$ stack setup
...
$ stack build

Then you can use the ghci REPL to interact with the API.

$ stack ghci
....
*SunHypnotic> serve
Starting Server...
Setting phasers to stun... (port 3000) (ctrl-c to quit)

Then you can get JSON release data at http://localhost:3000/releases or http://localhost:3000/releases/:id

License

MIT License 2016 © accraze

About

JSON API for SunHypnotic label release data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published