npm install proxmeSimple express proxy
##### 1. Create a config.toml file
_TODO_
``toml
[proxy]
port = 5000 # The port all request will be proxied through
`
##### 2. Install proxme
` bash`
$ npm install -g proxme
##### 3. Run proxme with your config.toml file
`bash
$ proxme config.toml