All Projects → shevabam → breaking-bad-quotes

shevabam / breaking-bad-quotes

Licence: other
A simple API to retrieve some quotes of Breaking Bad, bitch!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to breaking-bad-quotes

PyQuotes
PyQuotes is a Django-based web application and REST API. That will allow you to launch an online quotes service.
Stars: ✭ 23 (-84.46%)
Mutual labels:  quotes, quotes-api
QuoteKit
A framework to use the free APIs provided by https://quotable.io
Stars: ✭ 17 (-88.51%)
Mutual labels:  quotes, quotes-api
ElectronicStoreToolFX
Management tool for an electronics store JavaFx + MySQL
Stars: ✭ 18 (-87.84%)
Mutual labels:  quotes
my quotes
This project is deprecated. Flutter app for storing quotes
Stars: ✭ 32 (-78.38%)
Mutual labels:  quotes
tipograph
A little javascript library and command line tool that makes your written content more typographically correct.
Stars: ✭ 52 (-64.86%)
Mutual labels:  quotes
coBra
[co]erced [bra]cket, a simple vim plugin that forces brackets and quotes to be smart
Stars: ✭ 28 (-81.08%)
Mutual labels:  quotes
nova-inspire
The best way to connect with your customers is by reaching out and inspiring them. ~ Me
Stars: ✭ 14 (-90.54%)
Mutual labels:  quotes
EverydayFun
A simple NPM package which can return everyday quotes, jokes, riddles and interesting facts!
Stars: ✭ 35 (-76.35%)
Mutual labels:  quotes
affirmation generator
A random affirmation generator written with ReactJS :-)
Stars: ✭ 65 (-56.08%)
Mutual labels:  quotes
Compose-BreakingBad
🧪 ☠︎ Jetpack Compose - Breaking Bad ☢︎
Stars: ✭ 26 (-82.43%)
Mutual labels:  breaking-bad
kuote
Create beautiful Medium-like quotes, perfect for sharing on Twitter or Instagram.
Stars: ✭ 11 (-92.57%)
Mutual labels:  quotes
DevLorem
No more 'Lorem ipsum', get some real quotes or speeches for your free text with this generator!
Stars: ✭ 59 (-60.14%)
Mutual labels:  quotes
wikiquote
Retrieve quotes from any Wikiquote article.
Stars: ✭ 86 (-41.89%)
Mutual labels:  quotes
quotes
收集了一些每日一句的接口与网站。
Stars: ✭ 63 (-57.43%)
Mutual labels:  quotes
crypto-quotes
100+ Best of Crypto Quotes - I HODL, you HODL, we HODL! - BREAKING: BITCOIN JUST BROKE $22 000!
Stars: ✭ 12 (-91.89%)
Mutual labels:  quotes
MQuote
MQuote provides you +700 Motivational & Inspirational quotes by famous authors, celebrities. Powered by Flutter
Stars: ✭ 22 (-85.14%)
Mutual labels:  quotes
tabout
Tab out of quotes, brackets, etc for Visual Studio Code
Stars: ✭ 67 (-54.73%)
Mutual labels:  quotes
python-forex-quotes
Library to fetch and parse realtime Forex quotes and convert currencies
Stars: ✭ 25 (-83.11%)
Mutual labels:  quotes
quoters
📝 Random quotes generator package. Available on npm and PyPi
Stars: ✭ 17 (-88.51%)
Mutual labels:  quotes
fig.style
Quotes app for mobile (Android, iOS) & web
Stars: ✭ 74 (-50%)
Mutual labels:  quotes

Breaking Bad quotes API

A simple API to retrieve some quotes of Breaking Bad, bitch!

🌐 Website and demo: https://breakingbadquotes.xyz/

Production host

https://breaking-bad-quotes.herokuapp.com

API

GET /v1/quotes

Get a random quote in this format:

https://breaking-bad-quotes.herokuapp.com/v1/quotes

[
	{
		"quote": "I am not in danger, Skyler. I AM the danger!",
		"author": "Walter White"
	}
]

GET /v1/quotes/{number}

Returns an array with {number} quotes e.g. GET /v1/quotes/5.

https://breaking-bad-quotes.herokuapp.com/v1/quotes/5

[
  {
    "quote": "Clearly, his taste in women is the same as his taste in lawyers.",
    "author": "Saul Goodman"
  },
  {
    "quote": "Shut the f*ck up and let me die in peace.",
    "author": "Mike Ehrmantraut"
  },
  {
    "quote": "My name is ASAC Schrader, and you can go f*ck yourself.",
    "author": "Hank Schrader"
  },
  {
    "quote": "You all know exactly who I am. Say my name.",
    "author": "Walter White"
  },
  {
    "quote": "May his death satisfy you.",
    "author": "Gustavo Fring"
  }
]

Docker

You can find the Dockerfile here and on Docker Hub.

Contributing

If you want to add some quotes, just add them in quotes.js file and do a pull request !

Credits

Inspired by Ron Swanson Quotes.

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].