Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedra/loren.tk
Simple API to generate Lorem Ipsolum Text
https://github.com/pedra/loren.tk
Last synced: 11 days ago
JSON representation
Simple API to generate Lorem Ipsolum Text
- Host: GitHub
- URL: https://github.com/pedra/loren.tk
- Owner: pedra
- License: mit
- Created: 2014-02-06T19:45:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T12:47:22.000Z (almost 11 years ago)
- Last Synced: 2024-11-27T23:12:02.782Z (2 months ago)
- Language: PHP
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Loren Ipsum Generator API
========Simple API to generate Lorem Ipsolum Text
**Usage** : http://loren.tk/ [COMAND] / [OPTION] / [OPTION]
Commands & options see http://loren.tk
Usage
========**Html iframe**
**Jquery Ajax**in HTML
---in Javascript
$("#ajax").load("http://loren.tk/p/2/1");
**PHP Code**' tags.
**Populate Table in Database Mysql**
prepare('INSERT INTO yourtablename (yourTextCol) VALUES (:loren)');
$sth->execute(array('loren'=>file_get_contents('http://loren.tk/w/1000')));
:)
==Tanks Renato Cassino [https://github.com/Tacno]
This application runs on PHP Start Framework [https://github.com/pedra/start]