Speed up your frontend development efforts by proxying server requests with CacheMe.
CacheMe saves the server's response as a JSON file and serves the same response for identical requests. To refresh the response, simply delete the saved response file.
Clone the Repository
using SSH:
git clone [email protected]:ashwaniarya/cache-me.gitusing HTTPS:
git clone https://github.com/ashwaniarya/cache-me.gitnpm installnpm startAlternatively, you can use:
node index.jsEnjoy a faster frontend development experience!
OAuth may not work without whitelisting the server domain. Based on token expiration, you might need to delete the saved response to allow a new response to be saved.