Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

api change to raw.githubusercontent.com/ajzbc/kanye.rest/quotes/quotes.json

Open
#4 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
20/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
javascript
Domain
api

Research direction

Start with the quoted fetch call to raw.githubusercontent.com/ajzbc/kanye.rest/quotes/quotes.json. The issue does not identify a file, test, desired API change, or completion criteria, so clarify the intended endpoint change before implementation.

Written by the indexing model from the issue text.

Description

const quotes = JSON.parse(
		await (await fetch('https://raw.githubusercontent.com/ajzbc/kanye.rest/quotes/quotes.json')).text()
	);

for you, come later my friends

Dominant language
JavaScript
Stars
275
Forks
148
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.