vaginessa / y-cloninator

List GitHub projects trending on Hacker News without distractions.

Home Page:http://ycloninator.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Y-Cloninator

Get the best parts of Y-Combinator's Hacker News - the links to awesome github projects

Getting started

  • Install node.js on your system
  • Install dependencies
  • Run migrations
  • Run the app
$ npm install
$ npm run migrate
$ npm start

Testing

Tests are run using mocha.

$ npm test

You can also run the jshint linter quite easily:

$ npm run lint

Configuration

Configuration is done using environment variables. Sane defaults are provided for a dev environment, but require dev dependencies to be installed.

About

List GitHub projects trending on Hacker News without distractions.

http://ycloninator.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 79.0%Language:CSS 21.0%