kaganjd / cookies

a simple cookie script with express.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Run git clone to get this repository onto your desktop

  2. Run npm install to install dependencies

  3. Run node cookie.js

  4. Navigate to localhost:4000 in your browser

  5. Open Web Developer/Developer Tools > Console

  6. Type 'document.cookie' and you'll see the body of your cookie!

  7. If you have Cookies Manager+ or EditThisCookie, you'll also be able to find (and edit) your cookie that way.

About

a simple cookie script with express.js


Languages

Language:JavaScript 100.0%