An open API service indexing awesome lists of open source software.

https://github.com/robertdurst/remote_blogger

I'll be in India with no laptop and limited Wifi, so with this I'll be able to blog via text.
https://github.com/robertdurst/remote_blogger

Last synced: 10 months ago
JSON representation

I'll be in India with no laptop and limited Wifi, so with this I'll be able to blog via text.

Awesome Lists containing this project

README

          

# remote_blogger
I'll be in India with no laptop and limited Wifi, so with this I'll be able to blog via text.

## Important Note
Majority of code hacked together between hours of 10PM - 5AM and thus this serves not as an elegant display of code organization, simplicity, and conciseness, but something that serves a purpose and was developed during hours that should have been devoted to writing my philosophy paper.

## Prerequisites
* Postgres
* Twilio account with credit

## Environment Variables
```
TWILIO_SSID
TWILIO_AUTH_TOKEN
TWILIO_PHONE_NUMBER
TWILIO_PHONE_NUMBER_EXTERNAL
POSTGRES_URI
```