Skip to content

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

License

Notifications You must be signed in to change notification settings

joskuijpers/killedbygoogle

 
 

Repository files navigation

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

Create branch with your product killedbygoogle exe: name-product-killed . Never use the master branch to create a pull request. If you need help, read How to Create a Pull Request on GitHub.

To add a product, add it to graveyard.json file. You'll need the following information:

  • Name of Product (name)
  • Launch Date (dateOpen)
  • Discontinued Date (dateClose)
  • Description (description)
  • Link (link)
  • Type (type)

The object should be appended to graveyard.json 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"
  }

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.

Thanks Where Thanks is Due

I'd like to thank the Wikimedia Foundation and Internet Archive for their wonderful resources, including the ability to track down broken links, home page graphics, and screenshots of services from the past. They have been invaluable tools in gathering information and content for Killed by Google. If you are able, I encourage you to make a donation to these organizations for the wonderful work they do in sharing knowledge and preserving history.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.7%
  • TypeScript 22.1%
  • HTML 9.1%
  • CSS 1.1%