https://github.com/bjacobel/twissues
Twitter coding challenge
https://github.com/bjacobel/twissues
Last synced: 3 months ago
JSON representation
Twitter coding challenge
- Host: GitHub
- URL: https://github.com/bjacobel/twissues
- Owner: bjacobel
- Created: 2015-05-11T03:00:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-08T16:57:47.000Z (almost 10 years ago)
- Last Synced: 2025-03-11T21:01:56.208Z (3 months ago)
- Language: JavaScript
- Homepage: http://twissues.bjacobel.com
- Size: 281 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
##twissues
---
*twissues* is a Github Issues viewer developed by Brian Jacobel for the Twitter Fabric team's coding challenge.####Dependencies
- node (`brew install node`)
- gulp (`npm install -g gulp`)
- bower (`npm install -g bower`)
- contents of `package.json` (`npm install`)
- contents of `bower.json` (`bower install`)To run the application, first make sure you have Node, gulp and bower installed. Then,
```
npm install
bower install
gulp serve
```A browser window should open to `localhost:9000`, where the application is being served. The application is also deployed at [`twissues.bjacobel.com`](http://twissues.bjacobel.com).
To run the tests, execute:
```
npm test
```Tests are currently: [](https://magnum.travis-ci.com/bjacobel/twissues)