A graveyard for discontinued products and services from companies like Google, Apple and Microsoft.
Are you missing a product? Here's how to get it onto the site.
In order to add a disconinued product to the site you'll need the following information about the product
- Name
- Company that produce it
- A description
- Release date
- Discontinued date
- Type of product (app, service, software or hardware)
- Source (a link to a resource that mentions that the product has been discontinued, Wikipedia or a news organization are great sources)
Create an issue here on GitHub using the issue type Add product. Whenever I update the site it will be added.
If you are familiar with git you can add the product yourself by creating a pull request.
- Start by forking the repository
- Create and switch to a new branch named after the product you want to add
- Add the product to the appropriate JSON file based on the company located in
/src/assets/products/
- Commit your changes and create a pull request