Skip to content

Instantly share code, notes, and snippets.

View kamauvick's full-sized avatar
🥷
QA Ninja

vick kamauvick

🥷
QA Ninja
View GitHub Profile
import africastalking
username = "africa username" # use 'sandbox' for development in the test environment
# use your sandbox app API key for development in the test environment
api_key = "africa's talking api key"
africastalking.initialize(username, api_key)
# # Use the service synchronously
@kamauvick
kamauvick / media-query.css
Created November 10, 2019 10:48 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS