Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattstauffer/pulledover
Pulled Over App
https://github.com/mattstauffer/pulledover
Last synced: 15 days ago
JSON representation
Pulled Over App
- Host: GitHub
- URL: https://github.com/mattstauffer/pulledover
- Owner: mattstauffer
- License: mit
- Created: 2015-07-25T19:30:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T15:13:44.000Z (over 3 years ago)
- Last Synced: 2023-03-12T11:17:18.657Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://pulledover.us/
- Size: 3.23 MB
- Stars: 57
- Watchers: 6
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
[ ![Codeship Status for mattstauffer/pulledover](https://codeship.com/projects/1d63a830-67a7-0133-fda6-7e77e7cef63b/status?branch=master)](https://codeship.com/projects/114109)
## Pulled Over
http://pulledover.us
Using Twilio, allow users to call a phone number and leave a voicemail; resulting audio will be texted to them and friends.
### Requirements
Same requirements as any Laravel site. ([see docs](http://laravel.com/docs/5.1#installation))
### Installation
1. Clone the repository
2. `$ cp .env.example .env` and then fill out the appropriate values in `.env`
3. `$ composer install`
4. `$ php artisan migrate`
5. Serve from the `public` directory