astrologger
v1.4.5
Published
An Astronaut Logger Reader
Downloads
2
Maintainers
Readme
Astrologger
Astrologger it's a reader of astronaut-logger, this module it's global and you can use that inside te logs folder to export a API with the logs. To install the module use:
$ sudo npm i -g astrologger
How to use
Firt run into your log folder, after made that you can invoke the module to access api by: locahost:3096/api/logs:
//Simple init
$ astrologger
//Init in another port
$ astrologger --p 3000
//Init with AUTH
$ astrologger --token RANDOMWORDWITHNUMBERS
//Init logger with interface
$ astrologger --interface
In the future we'll have a interface online to access your api, something like a AstroLoggerOnline. You can combine the flags everytime that you need that :)