Coder Social home page Coder Social logo

asagao's Introduction

asagao

An electron twitter client built with Vue.js

CircleCI

image

Features

  • Timeline
    • Home
    • Mentions
    • Favorites
    • Lists
  • Tweet
  • Media
    • Twitter official (pictures and videos)
    • Instagram
    • Pixiv (embed)
  • Other
    • Add/Remove favorite

Development

Project setup

If you use Yarn (strongly recommended):

yarn

or if you use NPM:

npm install

To start a development server:

With Yarn:

yarn electron:serve

or with NPM:

npm run electron:serve

To build your app:

With Yarn:

yarn electron:build

or with NPM:

npm run electron:build

To see more documentation, visit our website.

Lints and fixes files:

With Yarn:

yarn lint

or with NPM:

npm run lint

Customize configuration

See Configuration Reference.

asagao's People

Contributors

dependabot[bot] avatar megos avatar renovate-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

asagao's Issues

Update dependencies (2018/01/23)

 electron  1.7.10  →  1.7.11
 mocha     ^4.1.0  →  ^5.0.0
 log4js                ^2.4.1  →    ^2.5.2
 sanitize-html        ^1.16.3  →   ^1.17.0
 css-loader           ^0.28.8  →   ^0.28.9
 electron-builder    ^19.52.1  →  ^19.55.2
 eslint               ^4.15.0  →   ^4.16.0
 webpack-dev-server   ^2.10.1  →   ^2.11.1

Update dependencies (2017/12/17)

 onsenui                   2.7.0  →           2.8.3
 vue-onsenui               2.3.0  →           2.4.3
 eslint-config-standard  ^10.2.1  →  ^11.0.0-beta.0
 karma-spec-reporter     ^0.0.31  →         ^0.0.32

The following dependencies are satisfied by their declared version range, but the installed versions are behind. You can install the latest versions without modifying your package file by using npm update. If you want to update the dependencies in your package file anyway, run ncu -a.

 log4js                  ^2.3.12  →    ^2.4.1
 moment                  ^2.19.2  →   ^2.20.0
 sanitize-html           ^1.16.1  →   ^1.16.3
 vue                      ^2.5.8  →   ^2.5.11
 babel-eslint             ^8.0.2  →    ^8.0.3
 copy-webpack-plugin      ^4.2.3  →    ^4.3.0
 electron-builder       ^19.46.9  →  ^19.49.0
 eslint                  ^4.12.0  →   ^4.13.1
 file-loader              ^1.1.5  →    ^1.1.6
 karma-webpack            ^2.0.6  →    ^2.0.9
 style-loader            ^0.19.0  →   ^0.19.1
 vue-loader              ^13.5.0  →   ^13.6.0
 vue-template-compiler    ^2.5.8  →   ^2.5.11
 webpack                  ^3.8.1  →   ^3.10.0
 webpack-dev-server       ^2.9.4  →    ^2.9.7

Timeline Rate limit exceeded error

code: 88
message: "Rate limit exceeded"

internal/process/next_tick.js:188 Uncaught (in promise) [Object]
_tickCallback @ internal/process/next_tick.js:188

Update dependencies (2017/11/16)

 log4js          ^2.3.11  →  ^2.3.12
 moment          ^2.19.1  →  ^2.19.2
 onsenui          ^2.7.0  →   ^2.8.1
 vue-onsenui      ^2.3.0  →   ^2.4.0
 eslint          ^4.10.0  →  ^4.11.0
 karma-electron   ^5.2.1  →   ^5.2.2
 karma-webpack    ^2.0.5  →   ^2.0.6

Update dependencies (2018/02/09)

Package             Current Wanted  Latest  Package Type    URL
autolinker          1.6.0   1.6.1   1.6.1   dependencies    https://github.com/gregjacobs/Autolinker.js
copy-webpack-plugin 4.3.1   4.4.1   4.4.1   devDependencies https://github.com/webpack-contrib/copy-webpack-plugin
electron            1.7.11  1.7.11  1.8.2   devDependencies https://github.com/electron/electron#readme
electron-builder    19.55.2 19.56.0 19.56.0 devDependencies https://github.com/electron-userland/electron-builder
eslint              4.16.0  4.17.0  4.17.0  devDependencies https://eslint.org
eslint-plugin-html  4.0.1   4.0.2   4.0.2   devDependencies https://github.com/BenoitZugmeyer/eslint-plugin-html
eslint-plugin-node  5.2.1   5.2.1   6.0.0   devDependencies https://github.com/mysticatea/eslint-plugin-node#readme
lodash              4.17.4  4.17.5  4.17.5  dependencies    https://lodash.com/
onsenui             2.8.3   2.8.3   2.9.1   dependencies    https://onsen.io/
require-dir         0.3.2   0.3.2   1.0.0   devDependencies https://github.com/aseemk/requireDir
spectron            3.7.2   3.8.0   3.8.0   devDependencies https://github.com/electron/spectron#readme
style-loader        0.19.1  0.19.1  0.20.1  devDependencies https://github.com/webpack-contrib/style-loader#readme
vue-loader          13.7.0  13.7.1  14.1.1  devDependencies https://github.com/vuejs/vue-loader
vue-onsenui         2.4.3   2.4.3   2.5.0   dependencies    https://onsen.io/
vue-style-loader    3.0.3   3.1.2   3.1.2   devDependencies https://github.com/vuejs/vue-style-loader#readme

Duplicate keys detected timeline

webpack-internal:///3:577 [Vue warn]: Duplicate keys detected: 'timeline'. This may cause an update error.

found in

---> <VOnsTabbar>
       <VOnsPage>
         <Asagao> at src/renderer/App.vue
           <Root>

Update dependencies (2018/03/17)

 onsenui                 2.9.1  →    2.9.2
 vue-onsenui             2.5.0  →    2.5.1
 electron                1.8.2  →    1.8.4
 electron-builder     ^19.56.0  →  ^20.5.1
 eslint-loader          ^1.9.0  →   ^2.0.0
 html-webpack-plugin   ^2.30.1  →   ^3.0.7
 karma-webpack          ^2.0.9  →   ^3.0.0
 url-loader             ^0.6.2  →   ^1.0.1
 vue-style-loader       ^3.1.2  →   ^4.1.0
 webpack               ^3.10.0  →   ^4.1.1
 webpack-dev-server    ^2.11.1  →   ^3.1.1

Update dependencies (2017/11/27)

Package                 Current   Wanted   Latest  Location
onsenui                   2.8.2    2.7.0    2.8.2  asagao
vue-onsenui               2.4.2    2.3.0    2.4.2  asagao
electron-builder        19.46.4  19.46.9  19.46.9  asagao
webpack-hot-middleware   2.20.0   2.21.0   2.21.0  asagao

v0.0.4

  • 公式ミュート
  • 公式リツイート
  • 画像アップロード
  • エラー処理共通化
  • 公式リツイートミュート

Update dependencies (2017/12/24)

 electron   1.7.9  →  1.7.10
 karma     ^1.7.1  →  ^2.0.0

 moment                        ^2.20.0  →   ^2.20.1
 vue                           ^2.5.11  →   ^2.5.13
 copy-webpack-plugin            ^4.3.0  →    ^4.3.1
 cross-env                      ^5.1.1  →    ^5.1.3
 electron-builder             ^19.49.0  →  ^19.49.2
 electron-devtools-installer    ^2.2.1  →    ^2.2.3
 eslint                        ^4.13.1  →   ^4.14.0
 vue-loader                    ^13.6.0  →   ^13.6.1
 vue-template-compiler         ^2.5.11  →   ^2.5.13

Update dependencies (2018/07/09)

 electron-context-menu  ^0.9.1  →  ^0.10.0
 log4js                 ^2.5.3  →   ^3.0.0
 bootstrap-vue               ^2.0.0-rc.9  →  ^2.0.0-rc.11
 electron-json-storage-sync       ^1.1.0  →        ^1.1.1
 moment                          ^2.22.1  →       ^2.22.2
 onsenui                          ^2.9.2  →       ^2.10.3
 vue-onsenui                      ^2.5.1  →        ^2.6.1

v0.0.3

  • 一定時間経過後は絶対時間を表示
  • ふぁぼ機能
  • ふぁぼタブ
  • リロードボタン
  • 公式バッチ

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.