sk-proxy is a proxy server for external APIs which need more complicated processing and/or authentication which are not feasible to implement in client-side code alone.
Current API Version: v1.0.0
Currently, sk-proxy supports the following APIs:
- domainr:
- Search by query, returning a list of domain suggestions with their
registration statuses:
GET /v1/domainr?q=domain_query
- Search by query, returning a list of domain suggestions with their
registration statuses:
An instance of sk-proxy is being hosted by b0o for free community use. It is located at:
https://5jmgqstc3m.execute-api.us-west-1.amazonaws.com/v1/
The proxy instance is configured with a low global monthly rate limit - please don't abuse it or it will be made private ;)
Requirements:
- a properly configured surfingkeys-conf in the parent directory (RTFM)
- node
- aws-cli
- claudia (globally installed with npm)
-
Install Node Packages
$ cd surfingkeys-conf/sk-proxy $ npm install
-
Create Lambda function with Claudia
$ npm run create
-
Deploy to Lambda with Claudia
$ npm run deploy
This code is offered as a courtesy.
No support will be provided in deploying or troubleshooting AWS services.
Please, only open an issue for actual bugs relating to the code published here.
© 2018-2022 Maddison Hellstrom
MIT License