0.2.12 • Published 6 years ago

glitch-questions v0.2.12

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Glitch Questions

Build Status Coverage Status

A simple method that checks for questions on Glitch

Installation

npm install glitch-questions

Usage

    var glitchQuestions = require('glitch-questions');

    glitchQuestions.then(...);

Output is a promise that returns this structure:

[
  {
    url: 'https://glitch.com/edit/#!/project?path=index.js:10:5',
    question: 'Question title',
  },
  ...
]

Tests

npm test

0.2.12

6 years ago

0.2.11

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago