Skip to content

Machou/StarsCleaner

Repository files navigation

Stars Cleaner

Stars Cleaner

Sortable, filterable list with auto-hide on click.

GitHub last commit

GitHub issues

License

🧰 Prerequisites

Before you begin, make sure you have installed:

  • Git
  • Node.js (v18 or higher recommended)
  • A personal GitHub token (scopes public_repo or repo depending on your needs)

❓ How To

  1. Clone depot
git clone https://github.com/Machou/StarsCleaner.git
cd StarsCleaner
  1. Install Node dependencies
npm install
  1. Update you're token
nano .env

# change
export STARRED_TOKEN="MY_TOKEN"
  1. Get my Stars
node fetch_starred.js
  1. Launch the web page locally

The application is 100% static, but a local server is required

npx http-server .

Then open the URL shown in the terminal.

📂 Project structure

tree -L 3 -I "node_modules"

├── app.js
├── assets
│   ├── css
│   │   └── style.css
│   └── img
│       └── preview.png
├── fetch_starred.js
├── index.html
├── LICENSE
├── locales
│   ├── en.json
│   ├── es.json
│   └── fr.json
├── package.json
├── package-lock.json
├── README.md
└── starred-data.js

5 directories, 13 files

🖼️ Preview

Preview

👨‍💻 Contribute

Contributions are welcome!


Star History Chart

About

Sortable, filterable list with auto-hide on click.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •