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

https://github.com/briangershon/snag

Plucks files out of GitHub
https://github.com/briangershon/snag

Last synced: about 2 months ago
JSON representation

Plucks files out of GitHub

Awesome Lists containing this project

README

        

# snag

Plucks files out of GitHub.

Only tested with text (markdown) files.

Returns ES6 JavaScript promises.

## Installation

npm install snag

## Sample Application

# View and run the sample index.js application via:
npm start

## Running unit tests

npm test

[![Build Status](https://travis-ci.org/briangershon/snag.png?branch=master)](https://travis-ci.org/briangershon/snag)