Skip to content

Latest commit

 

History

History
164 lines (112 loc) · 4.38 KB

README.md

File metadata and controls

164 lines (112 loc) · 4.38 KB

unTrash

LinkedIn


Logo

unTrash

The aim of this project is to develop a marketplace only for secondhand electronic devices. Each device must be registered and have an unique device passport. This passport is a summary of the devices life and gives information about the sustainability of the individual device with an unTrash score.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

Built With

(back to top)

Getting Started

Get your device which you want to sell

Installation

  1. Check out the website https://untrash.ch
  2. Clone the repo
    git clone https://github.com/github_username/repo_name.git
  3. Install NPM packages
    npm install
  4. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';

(back to top)

Roadmap

  • [] Start the workflow
  • [] Create the input backend code
  • [] Create a database with information from the literature
    • [] Nested Feature

See the open issues for a full list of proposed features (and known issues).

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @twitter_handle - email@email_client.com

Project Link: https://github.com/github_username/repo_name

(back to top)