Skip to content

Instantly share code, notes, and snippets.

View JosephBlythe's full-sized avatar

Joseph Blythe JosephBlythe

View GitHub Profile
@JosephBlythe
JosephBlythe / facebook-crawler-ip-list.txt
Last active May 12, 2023 11:37
Whitelist of IP addresses used by the facebook crawler
204.15.20.0/22
69.63.176.0/20
66.220.144.0/20
66.220.144.0/21
69.63.184.0/21
69.63.176.0/21
74.119.76.0/22
69.171.255.0/24
173.252.64.0/18
69.171.224.0/19
@JosephBlythe
JosephBlythe / config.txt
Created February 21, 2017 04:36
Source Tree Diff/Merge commands for PHPStorm OSX
Visual Diff Tool: Custom...
Diff Command: /Applications/PhpStorm\ 2016.3\ EAP.app/Contents/MacOS/phpstorm
Arguments: diff $LOCAL $PWD/$REMOTE
Merge Tool: Custom...
Merge Command: /Applications/PhpStorm\ 2016.3\ EAP.app/Contents/MacOS/phpstorm
Arguments: merge $PWD/$LOCAL $PWD/$REMOTE $PWD/$BASE $PWD/$MERGED
Enjoy :)
// https://markdalgleish.github.io/presentation-dawn-of-the-progressive-single-page-app
import fetchData from './lib/fetchData';
import Fetch from './lib/Fetch';
export default {
fetchData,
Fetch
};
// fetchData.js