Skip to content

wangzuo/horse-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

horse-app

Build Status codecov.io

[WIP] App information and images as a service

npm install horse-app --save

horse-app works as an express router

var express = require('express');
var horse = require('horse-app');

var app = express();

app.use('/horse', horse({
  cacheDir: __dirname + '/cached'
}));

app.listen(3991, function() {
  console.log('listening on 3991');
});

Available routes

  • GET /horse/info?term={term}&market={market} - Search for app info
  • GET /horse/app/{app_id}&market={market} - Get icon & screenshots of app
  • GET /horse/logo?key={key}&market={market} - Get the icon of the first app in search result
  • GET /horse/logo/{app_id}?market={market} - Get the icon of app

Available app markets

  • googleplay
  • itunes
  • wandoujia (China, Android)

License

MIT

About

App information and images as a service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published