Skip to content

Instantly share code, notes, and snippets.

View saravanasksk's full-sized avatar
🎯
Focusing

SARAVANAKUMAR SK saravanasksk

🎯
Focusing
View GitHub Profile
@saravanasksk
saravanasksk / shopify-auto-currencies-switcher.js
Created January 21, 2020 07:34 — forked from chrisgrabinski/shopify-auto-currencies-switcher.js
(Shopify) Automatically change a shop's currency based on the customer's geolocation
// Dependencies
// - https://github.com/carolineschnapp/currencies
// Don't change currency if Cookie has been already set
if (Currency.cookie.read() == null) {
jQuery.ajax( {
url: '//freegeoip.net/json/',
type: 'GET',
dataType: 'jsonp',

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database