https://github.com/amigoscode/springboot-twilio
https://github.com/amigoscode/springboot-twilio
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amigoscode/springboot-twilio
- Owner: amigoscode
- Created: 2019-01-14T23:10:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T23:19:11.000Z (about 7 years ago)
- Last Synced: 2025-07-12T17:44:27.806Z (8 months ago)
- Language: Java
- Size: 49.8 KB
- Stars: 20
- Watchers: 1
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springboot-twilio
- Open and change application.yml
```yml
twilio:
account_sid: #your account sid
auth_token: #your auth token
trial_number: # your trial number
```
- Run the application
- Start sending sms's
- That simple