An open API service indexing awesome lists of open source software.

https://github.com/maxdome/mxd-express


https://github.com/maxdome/mxd-express

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Example

```
const { app, express } = require('mxd-express')(config);
// if the port is later needed use 'config.port'
// if the hostname is later needed use 'config.hostname'
```