Skip to content

This project provides a proxy server that allows you to use EskomSePush API in a web application.

Notifications You must be signed in to change notification settings

bluescorpian/eskomsepush-api-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy for EskomSePush API

This repository contains a proxy server that allows you to use EskomSePush API in a web application. Currently, the proxy server only supports Cloudflare Workers. If you need support for another cloud provider, please feel free to submit an issue.

To use this proxy server, you'll need to provide your API key into the token.js file. Once you've done that, you can deploy the proxy server to Cloudflare Workers.

Deployment

To deploy the proxy server to Cloudflare Workers, you can use the wrangler CLI. Once you have installed the CLI, you can run the following command:

wrangler publish

Example token.js

export default 'xxxxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx';

This project is not affiliated with EskomSePush.

About

This project provides a proxy server that allows you to use EskomSePush API in a web application.

Topics

Resources

Stars

Watchers

Forks