The offical API of Openwire, a distributed newswire service. For more information, see this post.
All content generated from the service will be distributed freely and under Creative Commons Attribution ShareAlike.
- Node.
- A Twitter API key set.
- A Parse API Key set.
- The gusto of a thousands suns!
- Clone this repo
- Place your respective keys into
lib/config.js
-- AKA here. These are for getting localized twitter feeds and saving to a DB, respectively. - Run
npm install
- Run
node .
This will run the service on port 5000.
If you want to test this alongside a OpenWire UI instance, please visit that repo here, where it details how to do so. It utilizes the same prequisites as the API, and therefore should be very easy to get up and running (let us know if it isn't!)
Feedback is more than welcome! Please feel free to fork the repo and submit any PRs you believe improve the product. If you're not a coder, you can submit issues you find (either when running locally or on offical test site) as Github Issues, which are extremely helpful!
By the way, the first person who submits test wins +1000!
Copyright (C) 2015 Nick Weingartner (http://www.github.com/PunkChameleon).
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.