Skip to content

This is a NestJS APIs to provide lightning network information

Notifications You must be signed in to change notification settings

murray-rothbot/service-lightning

Repository files navigation

Murray Rothbot Logo

Description

This is a NestJS APIs to provide Lightning endpoints. You can find the Swagger documentation at:

https://lightning.murrayrothbot.com/swagger

Installation

$ npm install

Running

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Extras

# remove all deps and reinstall from scratch
$ npm run clean

# check for dependencies updates
$ npm run check

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the terms of the MIT.

About

This is a NestJS APIs to provide lightning network information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published