GithubHelp home page GithubHelp logo

isabella232 / hubot-scripts-list Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hubotio/hubot-scripts-list

0.0 0.0 0.0 107 KB

Yeoman Generator list

Home Page: http://yeoman-generator-list.herokuapp.com

JavaScript 100.00%

hubot-scripts-list's Introduction

Yeoman generator list

Generates a list of all Yeoman Generators as JSON and serves it via HTTP.

Getting Started

  • Install dependencies: npm install

  • Register a new OAuth app on GitHub. This is needed since GitHub allows more API usage for registered apps.

  • Set the environment variables GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET from your newly created app. Remember set the NODE_ENV to production when you deploy.

  • Run node server.js && open http://localhost:8001

You can change the port by setting the PORT environment variable.

Using Docker

You can run this project as a Docker container by first building the image.

  • Run the the following command in this directory: docker build -t <repo>[:<tag>] .

  • Run the container: docker run -d -P -e GITHUB_CLIENT_ID=<my-client-id> -e GITHUB_CLIENT_SECRET=<my-client-secret> -e NODE_ENV=production <repo>[:<tag>]

License

BSD license Copyright (c) Google

hubot-scripts-list's People

Contributors

apobbati avatar arthurvr avatar ericduran avatar frozenice avatar manuel-woelker avatar sboudrias avatar sindresorhus avatar technicalpickles avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.