Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mplacona/langithub
A search engine that uses GitHub's API, nodejs, jade and express to allow people to search based on a programming language
https://github.com/mplacona/langithub
Last synced: 7 days ago
JSON representation
A search engine that uses GitHub's API, nodejs, jade and express to allow people to search based on a programming language
- Host: GitHub
- URL: https://github.com/mplacona/langithub
- Owner: mplacona
- Created: 2013-03-30T00:47:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T14:23:37.000Z (over 10 years ago)
- Last Synced: 2024-04-14T15:01:27.230Z (7 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Langithub - v 0.1
---
Search for public repositories on github by language## Demo
[Langithub](http://langithub.placona.co.uk/) on Placona.co.uk## Dependencies
* [nodejs](http://nodejs.org)
* [npm](https://npmjs.org/)## Quick start
- Clone or download this repo.
- Run `npm install`
- Run `node app.js`
- Access your app in `http://localhost:3000`## License
Copyright (c) 2013 @marcos_placona, Marcos Placona.
Licensed under the MIT license.