Skip to content

An awesome list generator for your starred, but not only for starred.

License

Notifications You must be signed in to change notification settings

ttionya/Awesome-List-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome List Generator

GitHub license

An awesome list generator for your starred, but not only for starred.

Still in develop

Note: It is just a server. You can find browser script HERE.

Contents

Requirements

Awesome List Generator requires the following to run:

  • Node.js > 0.10
  • NPM (normally comes with Node.js)
  • Git > 1.7.10

Usage

Download and decompress

Install forever globally

npm i forever -g

Install dependencies

npm install

Generate a new access token

Turn to Github Setting to generate a new access token for Awesome List Generator.

You must choose repo -> public_repo.

Copy config.default.js as config.js, and configure it

Initialize Awesome List Generator

You also have to perform this step after edit config file.

npm run init

Test port

On Linux systems, any port below 1024 requires root access.

npm test

Enjoy Awesome List Generator

npm run start // Start
npm run stop  // Stop

Note

  • Still in develop, do not used in production.
  • It is just a server. You can find browser script here.
  • On Linux systems, any port below 1024 requires root access.
  • You have to run npm run init after edit config file.

Future features

  • Code optimization
  • Queue

License

Awesome List Generator is licensed under the MIT license.
Copyright © 2016, ttionya

About

An awesome list generator for your starred, but not only for starred.

Resources

License

Stars

Watchers

Forks

Packages

No packages published