記事元のJSONデータをJSer.infoと同じ形式表示する補助ツールです。
- Open http://jser.info/contributing-preview/
- Input
JSONdata.
Save as Permanent link から入力したデータをURLとして保存できます。
入力するデータはJSer.info Pull Request Formが生成するJSONと同じものです。
{
"title": "サイトタイトル",
"url": "http://example.com/",
"content": "説明文",
"date": "2015-09-23T07:06:00.112Z",
"tags": [
"tag"
],
"relatedLinks": []
}JSer.info Pull Request Formで作ったJSONの断片を確認する単独で確認する用途でもあります。
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
MIT