Skip to content

rahulch95/LifeTexts

Repository files navigation

LifeTexts

What is LifeTexts?

LifeTexts is a life saving text app when you don't have any data or wifi. If you get lost, need to check up on your stocks, want to know the weather out there or just need to find nearby places, say a bus stand or a chinese restaurant, we got you covered.

How do I use LifeTexts?

Just shoot a text to:

+1(647)691-0707

Don't forget the +1, it's important. (This will stop working at some point because we might run out of Twilio Credit) Type 'help me' if you don't know the commands.

Type 'directions from <address1> to <address2> <mode>' for directions, mode can be walking, driving or transit.

Type 'stock <stock code>', for stock price.

Type 'weather <city-name> <state/country>' for weather.

Type '<type of place> places near <location> with keyword <keyword>', for nearby places.

Type 'define <your word>' for definition of the word.

Type 'news <number of stories>' to get the top n stories.

Type 'news search <number of stories> <search word>' to get the top n stories about search.

Can I set up my own LifeTexts?

  1. Sure you can. Just download a zip of this folder including the package.json file.
  2. Then command line into the directory of the folder and run npm init (after installing Node.js of course).
  3. Host the server online after setting up your own API keys from Twilio, Mashape, New York Times and Yahoo Finances in server.js (instead of the current process.env keys).
  4. Set up your twilio number to send a request to your server.
  5. Send a text to your twilio number.
  6. Receive a reply.

Can I see it working before I start using it?

Sure here is how it goes:

Help Me

alt tag

Directions for Driving

alt tag

Directions for Transit

alt tag

Places for food

alt tag

News

alt tag

News Search

alt tag

Weather

alt tag

Dictionary definitions

alt tag

Stock Update

alt tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published