All Projects → codyogden → Killedbygoogle

codyogden / Killedbygoogle

Licence: mit
Part guillotine, part graveyard for Google's doomed apps, services, and hardware.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to Killedbygoogle

Mymovies
A Flutter app which shows a list of popular movies.
Stars: ✭ 371 (-76.32%)
Mutual labels:  google, json
Dataportals.org
Open Data Portals and Sites around the world
Stars: ✭ 87 (-94.45%)
Mutual labels:  open-data, json
Parse Google Docs Json
Authenticates with Google API and parse Google Docs to JSON or Markdown
Stars: ✭ 100 (-93.62%)
Mutual labels:  google, json
Forge
Functional style JSON parsing in Kotlin
Stars: ✭ 106 (-93.24%)
Mutual labels:  json
Playwright Aws Lambda
Support for running Microsoft's Playwright on AWS Lambda and Google Cloud Functions
Stars: ✭ 107 (-93.17%)
Mutual labels:  google
Hotel
🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
Stars: ✭ 9,736 (+521.31%)
Mutual labels:  front-end
Logger json
JSON console backend for Elixir Logger.
Stars: ✭ 108 (-93.11%)
Mutual labels:  json
Deta cache
缓存cache服务器
Stars: ✭ 106 (-93.24%)
Mutual labels:  json
Prettier
Prettier is an opinionated code formatter.
Stars: ✭ 41,411 (+2542.69%)
Mutual labels:  json
T Rex Runner
the t-rex runner game extracted from chromium
Stars: ✭ 1,580 (+0.83%)
Mutual labels:  google
Yq
Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents
Stars: ✭ 1,688 (+7.72%)
Mutual labels:  json
Jafar
🌟!(Just another form application renderer)
Stars: ✭ 107 (-93.17%)
Mutual labels:  json
Httpbin
HTTP Request & Response Service, written in Python + Flask.
Stars: ✭ 10,423 (+565.16%)
Mutual labels:  json
Specification
The Human Services Data Specification - a data exchange format developed by the Open Referral Initiative
Stars: ✭ 106 (-93.24%)
Mutual labels:  open-data
Cli
Get a programmable email address. Automate what happens when you receive emails. It's like Zapier for devs who hate emails.
Stars: ✭ 105 (-93.3%)
Mutual labels:  json
Laravel Amp
Package that helps you set up AMP (Accelerated Mobile Pages) using Laravel
Stars: ✭ 106 (-93.24%)
Mutual labels:  google
React Jsonschema Form
A React component for building Web forms from JSON Schema.
Stars: ✭ 10,870 (+593.68%)
Mutual labels:  json
Invoice As A Service
💰 Simple invoicing service (REST API): from JSON to PDF
Stars: ✭ 106 (-93.24%)
Mutual labels:  json
Render
Go package for easily rendering JSON, XML, binary data, and HTML templates responses.
Stars: ✭ 1,562 (-0.32%)
Mutual labels:  json
Osiris
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.
Stars: ✭ 1,851 (+18.12%)
Mutual labels:  json
tombstone

Killed by Google

A tribute and log of beloved products and services killed by Google.

GitHub Actions MIT license Netlify Status Twitter Follow

Contribute

To add a product, gather the following information:

  • Name of Product (name)
  • Launch Date (dateOpen)
  • Discontinued Date (dateClose)
  • Description (description)
  • Link (link) - Relevant link to the source
  • Type (type) - one of App, Service or Hardware

If you are not familiar with or do not want to use git, submit a new issue requesting the change. If you are already familiar with git, follow these steps:

  1. If you haven't already, start by forking this repository.
  2. Create a new branch in your fork. Name it using the product you want to add
  3. Switch to that branch (should happen automatically if you've just created it) and open the graveyard.json file
  4. Use the information gathered above to add a JSON entry in the following format (note the alphabetical order of keys):
  {
    "dateClose": "YYYY-MM-DD",
    "dateOpen": "YYYY-MM-DD",
    "description": "[Product Name] was a single sentence overview of the product or service.",
    "link": "https://any.link-to-a.source/will/work-and-wikipedia-is-cool",
    "name": "[Product Name]",
    "type": "app|service|hardware"
  }
  1. Finally, create a Pull Request (PR) using the newly created branch (Important: DON'T use the main branch for the PR). Submit it with the necessary explanations.

For code contributions outside of graveyard.json, check out the Contributing Guide.

Description

The description should be a single sentence describing the product. It should begin with the products name. For example, "Google Reader was an RSS/Atom feed aggregator." It will be attached to a generated sentence like "Killed about 5 years ago, Google Reader was an RSS/Atom feed aggregator."

Please be respectful, only use past tense.

Link

Link should be a resource that mentions the discontinuation date and talks about the product. Wikipedia is perfect.

Type

The type should be either app, service, or hardware as a string.

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