Open coding-to-music opened 3 years ago
https://www.bannerbear.com/blog/how-to-build-a-social-media-image-generation-app-using-ruby-on-rails-and-the-bannerbear-api/ Lets build an image generation app! The Bannerbear API is a simple REST API that generates custom images.
Sign up for a free account to get started.
Bannerbear can integrate with various languages / frameworks and has many different use cases. In this tutorial I will show you how to use Ruby on Rails to grab data from the web and send it to Bannerbear in order to turn Wikipedia articles into shareable graphics.
Although Wikipedia is the use case for the demo, this same technique could easily be adapted to work with basically any website!
https://www.bannerbear.com/blog/create-200-branded-motivational-quotes-in-20-seconds/ Use a pre-populated Airtable base of motivational quotes to try out Bannerbear and generate 200 pieces of content for your brand in an instant! ` https://en.wikipedia.org/wiki/Airtable
https://try.airtable.com/startup
https://try.airtable.com/projectmanagement
Wikipedia enrichment app https://github.com/Airtable/apps-wikipedia-enrichment This example app finds extracts and images from Wikipedia for records in your base and saves the information back to your base.
The code shows: How to connect to an outside API from your app How to update records and upload attachments from your app How to check permissions before updating records