Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidgilbertson/davidgilbertson.github.io
https://github.com/davidgilbertson/davidgilbertson.github.io
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidgilbertson/davidgilbertson.github.io
- Owner: davidgilbertson
- Created: 2014-08-15T07:34:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-16T05:54:47.000Z (over 10 years ago)
- Last Synced: 2023-08-04T17:21:28.249Z (over 1 year ago)
- Language: JavaScript
- Size: 262 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#TPYO
Go to the [demo page](http://davidgilbertson.github.io/) to see Tpyo in action.
Tpyo is a way for the readers of your site report typos and suggest corrections.#Code Samples
##Including Tpyo
To include tpyo in your site, just add typo.js to your site and `` to your html.
##Configuring Tpyo
Blah blah blah pass in an options object...
##Handling Tpyo on the Server
Tpyo will post to the URL you specify in the options. By default this is `/tpyo`, below are some examples of how you might handle things on the server.
###PHP
bla bla bla tpyo.php + tpyo_log.php
###Node + Express
and so on...