Skip to content

Commit 3674c24

Browse files
Angelo ManganielloAngelo Manganiello
authored andcommitted
update README with info for my cordova webserver plugin
1 parent 0d3603c commit 3674c24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ May 30,2018 | **Release 1.0** | available from [GitHub](https://github.com/aman
4545
## NEXT DEVELOPMENTS (checked in progress)
4646

4747
- [ ] Resolve api url for electron-client and in general for file protocol. Solution is in build time [adding angular env variables](https://alligator.io/angular/environment-variables/)
48-
- [ ] Create api server in cordova with [cordova plugin webserver](https://github.com/bykof/cordova-plugin-webserver) and [lockijs db](https://github.com/techfort/LokiJS)
48+
- [ ] Create api server in cordova with [cordova plugin local webserver](https://github.com/fullStackApp/cordova-plugin-local-webserver) and [sqlite plugin](https://github.com/litehelpers/Cordova-sqlite-storage)
4949
- [ ] Create ui tests with [java cucumber](https://examples.javacodegeeks.com/core-java/junit/junit-cucumber-example/)
5050
- [ ] Create api and ui tests in node app with a e2e framework
5151
- [ ] Use automatic swagger-ui in node [swagger-ui-node](https://blog.cloudboost.io/adding-swagger-to-existing-node-js-project-92a6624b855b)

cordova-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ cordova cli 8.0.0
33
I have run:
44
- cordova create app com.amanganiello30.angular angularDashFullStack
55
- cordova platform add android --> 7.0.0
6-
- cordova plugin add https://github.com/bykof/cordova-plugin-webserver
6+
- cordova plugin add https://github.com/fullStackApp/cordova-plugin-local-webserver
77
- cordova plugin add cordova-sqlite-storage

0 commit comments

Comments
 (0)