TwoRedCells / SmsRepository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmsRepository

This code accompanies the article Public SMS Message Repository on CodeProject.

This project enables an individual use a mobile phone to store a short message "in the cloud", that can be picked up by others using their mobile phone.

This project will demonstrate how to:

  • use the Twilio TwiML API to respond to SMS messages;
  • use XML as a data store;
  • have some political fun along the way.

Compiled help in .chm format is located in the docs directory.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C# 99.4%Language:ASP 0.6%