oembed-auto
Version:
make an oEmbed request with a content url
15 lines (13 loc) • 333 B
Plain Text
test:
make compile && \
./node_modules/.bin/mocha \
--compilers coffee:coffee-script \
--reporter spec \
--recursive \
--slow 1000 \
--timeout 30000 \
test/$(path)
compile:
./node_modules/.bin/coffee -c src/oembed.coffee && mv src/oembed.js lib/oembed.js && \
cp src/oembedList.json lib/oembedList.json
.PHONY: test