Skip to content

miki995/beamer-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proxy to Beamer Rest Api

text

This is simple proxy to Beamer Rest API It implements simple GET request for posts in Beamer system.

Getting Started

Download project or clone.

Prerequisites

Installing

Run npm install and define environments:

  • port (win: SET PORT=3000, linux: export PORT=3000), defualt port is set to 3000.
  • beamer api key (win: SET BEAMER_API_KEY=3000, linux: export BEAMER_API_KEY=3000), required.
  • beamer api key (win: SET REQUIRED=true, linux: export TRUE=3000),defualt is true.

After that run npm run dev and you got server listening on port 3000.

Go to your browser and paste this link: http://localhost:3000/posts and you can see your posts live.

Next steps

Expose entire Beamer API to this proxy.

Author

Releases

No releases published

Packages

No packages published