Skip to content

illuminate3/Saborunayo

 
 

Repository files navigation

Saborunayo

Build Status Coverage Status Scrutinizer Code Quality

Don't be lazy.

This application is for TechCrunch Tokyo Hackathon.

Description

Sabounayo watch your GitHub activity and warning you to develp through Telephone.

Demo

DEMO Page

Requirement

  • Laravel 5.1
  • PHP 5.6
  • sqlite3
  • babel.js 5.8

Usage

Enter your GitHub name and Yo name.

SaborunaYo yo to your Yo account when you do not contribute to GitHub.

Install

Install packages.

$ composer install

$ npm i

Build javascript and css.

$ gulp

Migrate database. You need sqite3.

$ sqlite3 database/database.sqlite .database

$ php artisan migrate

Copy .env.example and edit it for your enviroment.

$ cp .env.example .env

You need some API keys.

Tests

Before test, you need to make database of sqlite3.

Testing required PHPUnit.

$ sqlite3 database/database_test.sqlite .database

$ ./vendor/bin/phpunit

Contribution

Bug reports and pull requests are welcome on GitHub at https://github.com/sota1235/saborunayo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Licence

This software is released under the MIT License, see LICENSE.txt.

Author

@sota1235

About

Yo Account for management your coding life on GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.0%
  • JavaScript 4.3%
  • CSS 2.3%
  • ApacheConf 0.4%