KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
twic3-archived
★ 15
Open GitHub ↗
Awesome Twitter client
Download README (.md)
Explore Similar Repositories
Browser-RAT
:
Remote Access Trojan for Chrome and Firefox. It's pretty ugly right now.
angular-tabletop
:
An AngularJS provider allowing easy use of Tabletop.js via promises
Route66.php
:
PHP micro-router
turtle_trader
:
Automated Turtle Trading System
Diagnostics-Custom-Device
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
twic3-archived
?
Download (.md)
[](https://travis-ci.org/silentroach/twic) [](https://ci.appveyor.com/project/silentroach/twic) [](https://coveralls.io/r/silentroach/twic) [](https://david-dm.org/silentroach/twic) [](https://david-dm.org/silentroach/twic#info=devDependencies) Twitter client written with [ES6](https://babeljs.io) and [React](http://facebook.github.io/react). ## Contribute Feel free to help me build awesome Twitter client. ### Localization All translation files are in [src/base/i18n](/src/base/i18n) folder in simple format. ### Develop All you need to start develop is to install [Node.js](https://nodejs.org) and run: $ npm install $ npm run watch It will install all dependencies and then will build development sources to `build` folder and will start to watch all the code changes. Please respect the [EditorConfig](http://editorconfig.org) project settings and `eslint` rules. ### Try To try built Chrome extension, you should go to chrome://extensions and press the button "Load unpacked extension" and select the `build/chrome` folder. To try Electron version, you can use `electron-prebuilt` package: $ npm -g install electron-prebuilt $ electron build/electron ### Test We use [Mocha](http://mochajs.org) and [Karma](http://karma-runner.github.io) to test code. To check your contribution code you need just to run $ npm run test Also it will run automatically on `git push` by pre-push hook.