dkcipher / ScatterAPI

Simple API Caching Layer for Scatters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scatter API

A simple caching layer for generic Scatter data such as prices, tokens, and multi-blockchain account data.

Killing stuck ports after crashing

Sometimes nodemon shuts down and orphans the detached process. Use these commands to kill the running process if it throws address-in-use errors.

Unix:

  • lsof -i tcp:<port>
  • kill -9 <pid>

Windows:

  • netstat -ano | findstr :<port>
  • taskkill /PID <pid> /F

About

Simple API Caching Layer for Scatters

License:MIT License


Languages

Language:JavaScript 99.6%Language:Shell 0.4%