Skip to content

A popular quotes package to get you quotes from various sources of media

License

Notifications You must be signed in to change notification settings

darkang3lz92/popular-quotes

 
 

Repository files navigation

Hacktoberfest!

GitHub Hacktoberfest combined status (suggestion label override)

GitHub issues GitHub pull requests

Travis (.com) Code Climate maintainability Discord npm npm bundle size

popular-quotes

A popular quotes package to get you quotes from various sources of media

Data Structure

Use this to fill in the data for each file

tv.json

	{
		"quote": "[Quote]",
		"character": "[Character]",
		"title": "[Title]",
		"season": 1,
		"episode": 1,
		"year": 2001
	}

movies.json

	{
		"quote": "[Quote]",
		"character": "[Character]",
		"title": "[Title]",
		"actor": "[Actor]",
		"year": 2001
	}

anime.json

	{
		"quote": "[Quote]",
		"episode": 123,
		"title": "[Title]",
		"year": 2001
	}

books.json

	{
		"quote": "TES312312T2",
		"character": "",
		"title": "",
		"author": "",
		"year": 2001
	}

speeches.json

	{
		"quote": "T32312",
		"person": "",
		"year": 2001
	}

Social

Twitter Follow forthebadge

Dont forget to star the repo

GitHub watchers GitHub stars

Support on Beerpay

Hey dude! Help me out for a couple of 🍻!

Beerpay Beerpay

About

A popular quotes package to get you quotes from various sources of media

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%