1.0.0 • Published 8 years ago

myth-monsters v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

mythological monsters

A little data for testing things.

install

$ npm install myth-monsters

data

[
  {name: "sphinx", mythology: "greek", eyes: 2, hobbies: ["riddles","sitting","being a wonder"]},
  {name: "hydra", mythology: "greek", eyes: 18, hobbies: ["coiling","terrorizing","growing"]},
  {name: "huldra", mythology: "norse", eyes: 2, hobbies: ["luring","terrorizing"]},
  {name: "cyclops", mythology: "greek", eyes: 1, hobbies: ["staring","terrorizing"]},
  {name: "fenrir", mythology: "norse", eyes: 2, hobbies: ["growing","god-killing"]},
  {name: "medusa",  mythology: "greek", eyes: 2, hobbies: ["coiling","staring"]}
]