Skip to content

RevathiRD/radar-www2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radar-www2

Front end for simple node app to view issues on github. Communicates with radar API. By default, runs on port 3000

Environmental variables (optional):

  • WWW_PORT: Port used for app (default:3000). Make sure the API gets the change accordingly.
  • API_URL: URL for front end to find API (default:localhost:3001)
  • API_PORT: Alternative to API_URL, port for front end to find API (default:3001)
  • NODE_ENV: Either 'dev' or 'test', modifies status page
  • CONSOLE_LOGLEVEL: Specifies log level for winston console (silly, debug, verbose, info, warn, error). The app only uses info and error messages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.1%
  • JavaScript 32.7%
  • CSS 3.9%
  • Shell 0.3%