All Projects β†’ postlight β†’ lorem-ipsum-generator-generator

postlight / lorem-ipsum-generator-generator

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE-APACHE MIT LICENSE-MIT
🎰 Generate a lorem ipsum generator site using Mercury Web Parser

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to lorem-ipsum-generator-generator

testimonial
Jamstack app using Gatsby, Netlify, and FaunaDB.
Stars: ✭ 23 (-14.81%)
Mutual labels:  lambda-functions, netlify-functions
jw-wpcli-random-posts
A robust random post generator for WP CLI which supports multisite, post types, post counts, taxonomies, terms, term counts and featured images. Complete with a cleanup command to undo it all!
Stars: ✭ 58 (+114.81%)
Mutual labels:  lorem-ipsum
lamba-thumbnailer
AWS S3 Video Thumbnailer with Lambda
Stars: ✭ 21 (-22.22%)
Mutual labels:  lambda-functions
jsitemapgenerator
Java sitemap generator. This library generates a web sitemap, can ping Google, generate RSS feed, robots.txt and more with friendly, easy to use Java 8 functional style of programming
Stars: ✭ 38 (+40.74%)
Mutual labels:  lambda-functions
hangul ipsum
ν•œκΈ€ λ²„μ „μ˜ lorem ipsum 생성기
Stars: ✭ 17 (-37.04%)
Mutual labels:  lorem-ipsum
BP-Default-Data
Create lots of users, messages, friends connections, groups, topics, activity items in BuddyPress - useful for testing purpose.
Stars: ✭ 13 (-51.85%)
Mutual labels:  lorem-ipsum
aws-batch-example
Example use of AWS batch
Stars: ✭ 96 (+255.56%)
Mutual labels:  lambda-functions
java-core
Collections of solutions for micro-tasks created while building modules as part of project. Also has very fun stuffs :)
Stars: ✭ 35 (+29.63%)
Mutual labels:  lambda-functions
Trendr App
Twitter Trends history explorer app. Trending topics can be explored by date and location. Backend served with Lambda Function (NodeJS) from AWS. Frontend made with VueJS. Twitter API queried with a Python script from Google Colab. MongoDB database.
Stars: ✭ 17 (-37.04%)
Mutual labels:  lambda-functions
ShadowClone
Unleash the power of cloud
Stars: ✭ 224 (+729.63%)
Mutual labels:  lambda-functions
lorem.space
✨✨✨πŸͺβœ¨βœ¨βœ¨  LOREM.SPACE ✨✨✨πŸͺβœ¨βœ¨βœ¨
Stars: ✭ 310 (+1048.15%)
Mutual labels:  lorem-ipsum
lmdrouter
Go HTTP router library for AWS API Gateway-invoked Lambda Functions
Stars: ✭ 121 (+348.15%)
Mutual labels:  lambda-functions
flock
Flock: A Low-Cost Streaming Query Engine on FaaS Platforms
Stars: ✭ 232 (+759.26%)
Mutual labels:  lambda-functions
aws-tailor
AWS account provisioning and management service
Stars: ✭ 105 (+288.89%)
Mutual labels:  lambda-functions
learnwithjason.dev
Boop Crew HQ
Stars: ✭ 101 (+274.07%)
Mutual labels:  netlify-functions
react-elements-netlify-serverless
Digital Wallet payments with React Stripe Elements and Netlify Functions
Stars: ✭ 21 (-22.22%)
Mutual labels:  netlify-functions
terraform-aws-lambda-function
A Terraform module for deploying and managing Lambda functions on Amazon Web Services (AWS). https://aws.amazon.com/lambda/
Stars: ✭ 37 (+37.04%)
Mutual labels:  lambda-functions
aws-lambda-decorators
A set of Python decorators to simplify AWS lambda development
Stars: ✭ 19 (-29.63%)
Mutual labels:  lambda-functions
yap
Open source API Gateway on GraphQL for serverless. Less code, safer API. πŸ’ͺ
Stars: ✭ 105 (+288.89%)
Mutual labels:  lambda-functions
ForeignIpsum
Generate text for your mockups in multiple languages Β―\_(ツ)_/Β―
Stars: ✭ 43 (+59.26%)
Mutual labels:  lorem-ipsum

Lorem Ipsum Generator Generator

Postlight's Lorem Ipsum Generator Generator creates a lorem ipsum generator site from any content on the web using Mercury Parser. Read all about it in this handy introduction.

Before you install

  1. Install node.
  2. Create a Netlify account.
  3. Gather one or more URLs to use as the corpus for your lorem ipsum generator.

Installation

$ npx @postlight/lorem-ipsum-generator-generator

and follow the prompts.

or

$ npx @postlight/lorem-ipsum-generator-generator \
  http://example.com \
  https://postlight.com/trackchanges/mercury-goes-open-source \
  --project-name "My Ipsum" \
  --logo https://placekitten.com/300/300 \
  --background https://placekitten.com/800/600 \
  --accent "#facade"

The generator will create a folder for your project, install the necessary node packages, and kick off netlify-cli to deploy it to the web. The first time you use the generator, you'll be asked to authorize it to connect to your Netlify account.

If you're not connecting it to an existing Netlify site, choose Create & configure a new site, and feel free to accept the defaults for the rest of the propmpts (everything can be changed later in Netlify's site settings pages).

Once the deploy succeeds, your new lorem ipsum generator will open in your default browser. Enjoy!

Hit the endpoint directly

Your generator is powered by a function that accepts GET requests at https://[your site id].netlify.com/.netlify/functions/generate.

It accepts URL parameters for the number of paragraphs: https://fyreipsum.com/.netlify/functions/generate?paragraphs=3

...or the number of words to return in a single paragraph: https://fyreipsum.com/.netlify/functions/generate?words=25

and returns a JSON object with an array of paragraphs under the key paragraphs.

Customization

Feel free to customize your site and re-deploy it at will. All the styles and behavior live in your site directory's index.html, including some social meta tags you can update if you wire up your site to a domain name.

The Netlify function that generates the lorem ipsum text is created in the functions/generate folder. It's small and easy to change, if you want different defaults!

To re-deploy after your customizations, run npm run deploy.

License

Licensed under either of the below, at your preference:

Contributing

For details on how to contribute, see CONTRIBUTING.md

Unless it is explicitly stated otherwise, any contribution intentionally submitted for inclusion in the work, as defined in the Apache-2.0 license, shall be dual licensed as above without any additional terms or conditions.


πŸ”¬ A Labs project from your friends at Postlight. Happy coding!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].