0.2.12 • Published 5 years ago

glitch-questions v0.2.12

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago