1.0.7 • Published 5 years ago

mw-query v1.0.7

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

MW-Query

npm Build Status codecov CodeFactor NPM License

Example

import { queryMw } from 'mw-query';

queryMw(
    {
        apiUrl: 'https://en.wikipedia.org/w/api.php',
    }, {
        coordinates: {
            coprop: {
                type: true,
                dim: false,
            },
        },
        categories: {
            cllimit: 40,
        },
        redirects: {
            rdlimit: 'max',
        },
    }, ['London', 'Paris'],
).then((out) => {
    console.log('Got Data:', out);
});

Building

> ./build.sh

Testing

> npm t

License

MIT

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago