Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhakimov committed Feb 14, 2021
1 parent b0074d9 commit 9cf3d94
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# buy-event
How to run?
1. Set values to environment variables:
```bash
MAIN_PHONE=source_phone_number
TWILIO_ACCOUNT_SID=twilio_sid
TWILIO_AUTH_TOKEN=twilio_auth_token
MAIN_EMAIL=source_email
MAIN_EMAIL_PASSWORD=source_email_password
```
2.
```go
go run main.go
```
or
```go
go build
./buy-event
```

0 comments on commit 9cf3d94

Please sign in to comment.