Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryqndev/hackdavis2018
UCDavis Hackathon submission. A quick app that allows you to text friends instantly for help.
https://github.com/ryqndev/hackdavis2018
android cordova html javascript twilio
Last synced: 19 days ago
JSON representation
UCDavis Hackathon submission. A quick app that allows you to text friends instantly for help.
- Host: GitHub
- URL: https://github.com/ryqndev/hackdavis2018
- Owner: ryqndev
- Created: 2018-01-20T20:29:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T19:25:18.000Z (about 7 years ago)
- Last Synced: 2024-11-10T22:29:27.780Z (3 months ago)
- Topics: android, cordova, html, javascript, twilio
- Language: JavaScript
- Homepage: https://devpost.com/software/emergenspeed
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HackDavis2018
# How to Use
To see how this app works, sign up for a developers account at https://www.twilio.com/ and open up the script.js file.
Replace the Authentication token, AccountSID and phone number with the ones associated with your account.# Get Apache Cordova
Download Apache Cordova and open up terminal (for mac).
When you're in the directory you want to have your app in, type
> cordova create (APP_NAME)
Look into your folder and find a folder called 'www'
Delete the files inside the folder and navigate back to the HackDavis2018 folder and copy all the files and paste it into 'www'
Go back to your terminal and type> cd (APP_NAME)
Inside your folder, type
> cordova platforms add android //or whatever platform you would like. Find the full list on the Apache Cordova documentation
Open up android studio and navigate into the platforms folder and then into android and open up the project.
Now, you can run the app on a target android device.