GithubHelp home page GithubHelp logo

ninjayoto / kicktracker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inaimathi/kicktracker

0.0 2.0 0.0 100 KB

A set of RSS feeds for recent projects on kickstarter

License: Eclipse Public License 1.0

Clojure 100.00%

kicktracker's Introduction

kicktracker

First World Problems - There are so many interesting projects on Kickstarter that I miss some of them

I'm sick of missing interesting game projects on Kickstarter.

So I made this.

It's currently deployed and running at kicktracker.inaimathi.ca.

Usage

Client

It's an RSS feed server, so just go to it and pick a feed. It's currently running at kicktracker.inaimathi.ca. Among the feeds you can subscribe to are:

All feeds are sorted in descending order of launch-date. Only live projects are shown.

Server

  • Clone this repo and cd into it
  • Either
    • Run lein uberjar, then java -jar target/kicktracker*standalone.jar
    • Run lein run

You can specify the listening port in that last step by passing it as an argument. For instance, java -jar target/kicktracker*standalone.jar 8484 and lein run 8484 both listen on port 8484 instead of the default. The default port is 8000.

TODO

  • Right now, every request for a feed hits kickstarter. Two problems:
    • one, we generate more traffic than we ought to
    • two, we may miss projects depending on how requests are timed. Some kind of caching mechanism solves the first one. Not sure how to solve the second outside of heartbeat requests.

License & Thanks

Copyright © 2015 inaimathi

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

  • Thanks to the kickscraper project, which includes this mildly outdated, but still very helpful starting point on interacting with the KS API.

kicktracker's People

Contributors

inaimathi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.