An open API service indexing awesome lists of open source software.

https://github.com/devhindo/yt-hidden-gems

youtube hidden gems
https://github.com/devhindo/yt-hidden-gems

Last synced: about 2 months ago
JSON representation

youtube hidden gems

Awesome Lists containing this project

README

          

# starter template for chrome extension with typescript

## How to use

- fork this repo
- clone it in your machine
- run `npm install` to install dependencies
- edit `name` in `package.json` to your extension name
- edit `description` in `package.json` to your extension description
- same with the `manifest.json` file
- add your extension icon as `assets/icon.png`
- start editing your code in `src` folder. Run `npm run build` to compile the source code

## Optional features

- the `docs` folder. Just for documentation purposes. You can delete it if you don't need it.

## *Contributing is welcome*