Skip to content

Instantly share code, notes, and snippets.

View yasaminashoori's full-sized avatar
🎯
Focusing

yasaminashoori

🎯
Focusing
View GitHub Profile
@tedyblood
tedyblood / Woeid
Created June 29, 2020 04:24
Woeid Used in Twitter for load trend by country. Standar for Yahoo
[
{
"name": "Worldwide",
"placeType": {
"code": 19,
"name": "Supername"
},
"url": "http://where.yahooapis.com/v1/place/1",
"parentid": 0,
"country": "",
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active December 10, 2025 14:56
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example