Simplify your testing
Easily generate fake data for populating your mockups and testing your applications
Try it out!
12// Geocaching API demo from http://blog.randomapi.com/geocaching-api-demo/var faker = require('faker'); // Faker.js library
Loading...