4.0.5 • Published 7 years ago

chinesepoemhunter v4.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Ancient Chinese Poem Hunter

  • This module produce a piece of art include an Ancient Chinese poem of a category (or two categories) that you like and an ASCII art :)
  • The poems are selected from the most well-know Tang-Dynasty Chinese poem collection 300 Tang Poems (Tang Shi San Bai Shou)
  • The source of the collection is http://www.shiren.org/xlib/lingshidao/hanshi/tang.htm

Intallation

npm install chinesepoemhunter

How to use

chinesepoemhunter(stuff1, stuff2, function(err, result){
  if(err)throw err;
  console.log(result);
})
  • the "stuff" you can pass as a parameter can be one of these: "mountain", "sunset", "flower", "moon", "sun", "cloud", "desert", "thunder", "rainbow", "rain", "snow", "waterfall", "tree", "love", "home", "temple"

  • if you only want to put in one category, you can pass an empty string ("") as the second parameter

Examples

tree temple love

4.0.5

7 years ago

4.0.4

7 years ago

4.0.3

7 years ago

4.0.2

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.0.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago