Skip to content

numical/prudence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prudence

Wrapper to GitHub search API

This code is in early development stage.

Please see the wiki for more detail.

Pre-requisites

node 8+

Installation

git clone https://github.com/numical/prudence.git
cd prudence
npm install

Development

With hot module replacement:

npm start

Then point browser at http:https://localhost:1234

Build

npm run build

Test

Requires selenium installed - see wiki for more on this. Then:

npm test

Design

See wiki.