Skip to content

Instantly share code, notes, and snippets.

@Youmoo
Last active November 28, 2016 09:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Youmoo/2c62d38090c9b6e85f0ca4bbe9a3734b to your computer and use it in GitHub Desktop.
Save Youmoo/2c62d38090c9b6e85f0ca4bbe9a3734b to your computer and use it in GitHub Desktop.
favorite words && 喜欢的单词

收集一些自己喜欢的单词

// 格式化为es批量插入格式
[...$$('[itemprop=text] p')]
  .map(v=>v.textContent)
  .slice(1)
  .map(v=>`{"create":{"_index":"ym","_type":"words","_id":"${v}"}}
{ "word":"${v}", "sentence":"", "def":"", "created":"2016-11-28"}`).join('\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment