All Projects → haroldtreen → query-nownownow

haroldtreen / query-nownownow

Licence: other
Search profiles on http://nownownow.com

Programming Languages

javascript
184084 projects - #8 most used programming language

query-nownownow

npm npm

Search profiles from http://nownownow.com!

Why?

http://nownownow.com has a lot of interesting profiles. I wanted to be able to be able to search them :).

Usage

Pass query-nownownow regexs to match against profile fields.

const queryNow = require('query-nownownow');

queryNow({
    location: /Canada/i,
    name: /Tom/i,
    title: /Engineer/i, // Professional title
    do: /Software/i, // What do you do?
    why: /People/i, // Why?,
    read: /Sivers/i, // What should we read?
});

Test

npm test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].