Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #118 from tubone24/fix_test
Browse files Browse the repository at this point in the history
Add ebook-homebrew-android-app
  • Loading branch information
tubone24 committed Jul 16, 2019
2 parents 8a3e9ca + 9107555 commit ee1db73
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "examples/ebook-homebrew-vue-client"]
path = examples/ebook-homebrew-vue-client
url = https://github.com/tubone24/ebook-homebrew-vue-client.git
[submodule "examples/ebook-homebrew-android-app"]
path = examples/ebook-homebrew-android-app
url = https://github.com/tubone24/ebook-homebrew-android-app.git
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,12 @@ Using Vue.js, Call REST API DEMO App, deploy to Heroku.

`https://ebook-homebrew-vue-client.herokuapp.com/ <https://ebook-homebrew-vue-client.herokuapp.com/>`_

With Flutter Android App
------------------------

Using Flutter, Call REST API DEMO Android App, deploy to Deploygate. Try me!

`https://deploygate.com/distributions/14a12d44f5909adf23f0c550f960364d4b02aad0 <https://deploygate.com/distributions/14a12d44f5909adf23f0c550f960364d4b02aad0>`_

Licence
=======
Expand Down
1 change: 1 addition & 0 deletions examples/ebook-homebrew-android-app
2 changes: 1 addition & 1 deletion examples/ebook-homebrew-vue-client
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ uvloop==0.12.*; sys_platform != 'win32' and sys_platform != 'cygwin' and sys_pla
responder==1.3.1
marshmallow==2.19.5
sphinxcontrib-openapi==0.4.0
graphql-core==2.2
six==1.12
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ install_requires =
responder==1.3.1
uvloop==0.12.*; sys_platform != 'win32' and sys_platform != 'cygwin' and sys_platform != 'cli'
marshmallow==2.19.5
graphql-core==2.2
six==1.12
tests_require =
pytest==5.0.1
pytest-cov==2.6.0
Expand Down

0 comments on commit ee1db73

Please sign in to comment.