Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/builtinnya/lambdar-steamfeeds
An unofficial feed generation service for Steam® store search results.
https://github.com/builtinnya/lambdar-steamfeeds
Last synced: 19 days ago
JSON representation
An unofficial feed generation service for Steam® store search results.
- Host: GitHub
- URL: https://github.com/builtinnya/lambdar-steamfeeds
- Owner: builtinnya
- License: epl-1.0
- Created: 2014-07-26T04:24:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-26T06:02:16.000Z (over 10 years ago)
- Last Synced: 2024-11-09T23:33:39.784Z (3 months ago)
- Language: Clojure
- Homepage: http://lambdar.info/steamfeeds
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lambdar-steamfeeds
An unofficial feed generation service for [Steam® store][1] search results.
[1]: http://store.steampowered.com
## Prerequisites
You will need [Leiningen][2] 1.7.0 or above installed.
[2]: https://github.com/technomancy/leiningen
## Running
To start a web server for the application, run:
lein ring server
## API
This service accepts the following parameters:
| Key | Value | Required |
|--------|-------------------------------------------------------------------------------------------------------------------|---------:|
| url | An absolute URL of a Steam search results page (e.g. [http://store.steampowered.com/search/?sort_by=Released][3]) | Yes |
| format | Feed format ('rss' or 'json'). The default value is 'rss'. | No |[3]: http://store.steampowered.com/search/?sort_by=Released
## License
Copyright © 2014 Naoto Yokoyama
Distributed under the Eclipse Public License, the same as Clojure.
See the file LICENSE.