Csaba Kissi Profile picture
Dec 27 β€’ 9 tweets β€’ 3 min read
5 API ideas you can build and monetize: πŸ‘‡
1️⃣ A Fitness tracking API

This API would allow developers to build custom fitness apps that track users' workouts, progress, and other fitness metrics.

It could be used by fitness companies, personal trainers, or anyone looking to build a fitness app.
2️⃣ Form submission API (for static websites)

Even static websites need contact forms.

Static sites do not use any backend, so you have to handle this problem somehow.

You can build a single API endpoint for this purpose.
3️⃣ Meme API

This API will create memes from uploaded pictures.

Some of the customizable options would be:

- text font size
- text color
- location of the text (top-right, top-left, top-center, etc.)
- text background-color
- watermark and placement
4️⃣ FAQ API

This API is similar to the previous one.

Users will be able to:

- Add, update, read and delete single questions (questions, answers)
- Organize questions by category
- Include authors and tags
- Filter and sort questions by categories and tags
5️⃣ Notes API

This API would allow you to manage notes.

You provide a database in the background and all the CRUD necessary for it to work.
Users will be able to:

- Add, update, read and delete single notes
- Notes will contain the title, description, category, date, and tags.
- Read and sort all notes by dates, titles, and tags.
- Filter notes by dates, titles, and tags.

You can add much more functionality here.
If you like this post, you can bookmark and tag it by replying with @SaveToBookmarks #api #ideas

You can view your bookmarks on savetobookmarks.com
That's all, guys.

If you found this list useful, consider:

βœ… Follow @csaba_kissi for more content like this
πŸ”” Enable notifications πŸ‘€
πŸ”„ Retweeting the first tweet.

Thanks for your support, guys! πŸ™πŸ€

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Csaba Kissi

Csaba Kissi Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @csaba_kissi

Dec 21
Content creation is complex and time-consuming.

11 Tools for Content Creators (and developers) that will save you tens of hours every month. πŸ• πŸ§΅πŸ‘‡
1️⃣ Audacity

Audacity is free, open-source, cross-platform audio software for multi-track recording and editing.

Audacity is available for Windows, Mac, GNU/Linux and other operating systems.

audacityteam.org
2️⃣ VEED - Online Video Editor - Video Editing Made Simple

Make stunning videos with a single click. Cut, trim, crop, add subtitles, and more. Online, no account needed. Try it now, free.

veed.io
Read 14 tweets
Dec 19
10 Google Chrome extensions that'll make you a super productive developer.

[ Free, of course] ↓
{1} ScribeHow (by @ScribeHow)

This screen recording extension instantly turns any procedure into an instructional.

Perfect for: founders, instructors, business people, and more.

Document and share procedures with 93% less effort.

πŸ”— getscribe.how/chrome
{2} Workona Tab Manager

You can finally feel organized and in charge of your job with the aid of the Workona Tab Manager.

Use it to organize projects, manage tabs, and consolidate your work in the browser.

πŸ”— chrome.google.com/webstore/detai…
Read 13 tweets
Dec 18
If you want to know more about REST API and its advantages open this:
A REST API (or Representational State Transfer Application Programming Interface) is an interface that allows applications to communicate with each other over the internet.
It is based on stateless, client-server communication and often uses HTTP or HTTPS as the communication protocol.
Read 12 tweets
Dec 17
JavaScript string methods are used to manipulate strings.

Here are 8 of the most commonly used string methods and their examples: Image
1. length()

This method returns the length of a string:

Example:

let str = "Hello World";
console.log(str.length); //outputs 11
2. indexOf()

This method searches for a specified value in a string and returns the position of the match:

Example:

let str = "Hello World";
console.log(str.indexOf("World")); //outputs 6
Read 11 tweets
Dec 16
5 Free public APIs you can use for your next project:
Chuck Norris

A free JSON API for hand curated Chuck Norris facts.

rapidapi.com/matchilling/ap…
Api-Football

+940 football leagues & cups. Livescore (15s), live & pre-match odds, events, line-ups, coaches, players, top scorers, standings, statistics, transfers, and predictions.

rapidapi.com/api-sports/api…
Read 7 tweets
Dec 16
If you want to know how to use/manipulate JSON in Javascript open this:
JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write and easy for machines to parse and generate.

It is based on a subset of the JavaScript Programming Language.
JSON is a text format that is completely language-independent but uses conventions that are familiar to programmers of the C-family of languages, including C++, C#, Java, JavaScript, Perl, Python, and many others.

These properties make JSON an ideal data-interchange language.
Read 9 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(