Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graysonhicks/sanctum-ipsum
The holiest lorem ipsum generator on the internet. Use online, or with the API.
https://github.com/graysonhicks/sanctum-ipsum
catholic christian create-react-app javascript lorem-ipsum node react reactjs
Last synced: 4 months ago
JSON representation
The holiest lorem ipsum generator on the internet. Use online, or with the API.
- Host: GitHub
- URL: https://github.com/graysonhicks/sanctum-ipsum
- Owner: graysonhicks
- Created: 2017-04-13T12:50:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T19:02:14.000Z (about 1 year ago)
- Last Synced: 2024-08-03T23:12:22.052Z (6 months ago)
- Topics: catholic, christian, create-react-app, javascript, lorem-ipsum, node, react, reactjs
- Language: JavaScript
- Homepage: https://graysonhicks.github.io/sanctum-ipsum/
- Size: 2.31 MB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-catholic - sanctum-ipsum - El generador de lorem ipsum más sagrado de Internet. Úselo en línea o con API. (API)
README
# Sanctum Ipsum
## The holiest lorem ipsum generator on the internet
### npm Usage
For use as an npm package, go [here](https://github.com/graysonhicks/sanctum-ipsum-js/).
### Static Site Usage
[Check it out here](https://graysonhicks.github.io/sanctum-ipsum/)
* Choose how many paragraphs you want to generate
* Choose how many sentences you want in each paragraph
* Copy and paste your lorem ipsum to your projectThis project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
The root of this repo is the server. Just `git clone` and `npm install` to get it up and running. To install the `client`, `cd client/` and `npm install`. You can run `npm start` inside the `client/` folder like a typical React app. The `server`/`client` are independent of each other, but can easily be configured together. To run both projects together, from the ROOT of the project, run 'npm start' to concurrently start the Express server and the create-react-app server in the `client/` folder.
### Site To Do:
* Other denominations dropdown and dictionaries
* Copy to clipboard button
* Copy with HTML markup option
* At least 100 'words' per dictionary
* More relevant design### API Usage
[Check it out here](https://sanctum-ipsum.herokuapp.com/api/3/5)
#### GET
##### `https://sanctum-ipsum.herokuapp.com/api/:numberOfParagraphs/:sentencesPerParagraph`
###### Returns
```javascript
{
'ipsum': 'Confession rosary Pope Francis Paschal mystery Ash Wednesday natural law Nicene creed saint medal Nicene creed canonization communion adoration catechesis.
'
}
```This project is hosted with [Heroku](https://dashboard.heroku.com/).
Server is Node/Express
### Contributing
Feel free to contribute to the design, dictionary, or issues below.
### API To Do:
* Qurey strings instead of routes
* Plain text param
* Language param
* Dictionary param