Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mehdisadeghi/khayyam

106 Omar Khayyam quatrains in YAML format.
https://github.com/mehdisadeghi/khayyam

dataset persian poem yaml

Last synced: 4 months ago
JSON representation

106 Omar Khayyam quatrains in YAML format.

Awesome Lists containing this project

README

        

# khayyam [![npm version](https://badge.fury.io/js/khayyamjs.svg)](https://badge.fury.io/js/khayyamjs)
106 Omar Khayyam quatrains in YAML format.

# Install

npm install khayyamjs

# Use
In JS code:

var khayyam = require('khayyamjs')
console.log(khayyam[0]) // Will print first quatrain

Or directly use the contents of `khayyam.yaml` file.