Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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]