Skip to content

Instantly share code, notes, and snippets.

View sarahmonster's full-sized avatar
🔥
Looking for new adventures

sarah ✈ semark sarahmonster

🔥
Looking for new adventures
View GitHub Profile
This file has been truncated, but you can view the full file.
{
"current" : {
"apparentPrecipitationIntensity" : {
"category" : "light",
"value" : 0.42450222373008728
},
"apparentTemperature" : {
"unit" : {
"converter" : {
"coefficient" : 1,
This file has been truncated, but you can view the full file.
{
"current" : {
"apparentPrecipitationIntensity" : {
"category" : "light",
"value" : 0.44051668047904968
},
"apparentTemperature" : {
"unit" : {
"converter" : {
"coefficient" : 1,
This file has been truncated, but you can view the full file.
{
"current" : {
"apparentPrecipitationIntensity" : {
"category" : "light",
"value" : 0
},
"apparentTemperature" : {
"unit" : {
"converter" : {
"coefficient" : 1,
This file has been truncated, but you can view the full file.
{
"current" : {
"apparentPrecipitationIntensity" : {
"category" : "light",
"value" : 0.83399498462677002
},
"apparentTemperature" : {
"unit" : {
"converter" : {
"coefficient" : 1,
@sarahmonster
sarahmonster / icon
Created June 21, 2019 21:25
React icon
/**
* External dependencies
*/
import React from 'react';
/**
* Internal dependencies
*/
import './_style.scss';
@sarahmonster
sarahmonster / init.coffee
Created May 20, 2019 20:29 — forked from tofumatt/init.coffee
Sync Settings for Atom
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
[user]
name = sarah
email = sarah@triggersandsparks.com
[push]
default = matching
[pull]
rebase = true
[rerere]
enabled = true
[color]
@sarahmonster
sarahmonster / deploybot
Created January 17, 2017 20:24
Ignores for deploybot.
**/*.scss
**/*.md
**/*.txt
**/*.json
**/*.gitignore
**/gulpfile.js
LICENSE
@sarahmonster
sarahmonster / centre.css
Created January 17, 2017 18:44
Center an absolutely-positioned element, because I'm always forgetting.
thing {
left: 50%;
transform: translate(-50%, 0);
}
@sarahmonster
sarahmonster / _lists.scss
Created December 3, 2016 02:02
Typographically more-correct lists
ul, ol {
margin: 0 0 1.5em 0;
padding: 0;
}
ul {
list-style: disc;
}
ol {