Giter VIP home page Giter VIP logo

libhunt's Introduction

libhunt

Explore the latest updated GitHub / GitLab projects

Prerequisites

  1. Generate a GitHub personal access token with the repo:public_repo scope
  2. Replace YOUR_GITHUB_ACCESS_TOKEN_HERE in app/.env.example with your generated token
  3. Rename app/.env.example to app/.env

Running the server

First make sure you've installed Docker. Once Docker is running you can simply start the server by running the following command from the project directory:

$ docker-compose up

The web server is running and you can navigate to http://localhost:4567/libraries/ the access the libraries resource. Libhunt allows you to hunt for libraries written in a specific language. The default language is Ruby, but to specify your own language add a language parameter: http://localhost:4567/libraries/?language=Elixir.

Running without Docker

It's also possible to run the web server without docker:

$ cd app
$ ruby server.rb

Running the executable (CLI)

You can use libhunt via the command-line. To do so run the following command from the project directory:

$ bin/libhunt

When using the CLI it's also possible to specify a language with the -l or --language flag:

$ bin/libhunt -l ClojureScript

Running tests

  • Navigate to the app subdirectory
  • Run rake test

libhunt's People

Contributors

richardvenneman avatar

Stargazers

小知了 avatar Alexander ADAM avatar

Watchers

 avatar  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.