/roufan

基于angular一款饭否第三方WebApp(暂停开发)

Primary LanguageJavaScriptMIT LicenseMIT

roufan

基于angular的一款饭否第三方WebApp

介绍

1.需要与node-xauth-fanfou配合使用。
2.在www/js/config.js下配置请求$http请求地址。默认为:

config={'REQUEST_URL':
{
  token: 'http://localhost:3000/token',
  get: 'http://localhost:3000/get',
  post:'http://localhost:3000/post'
}};

3.在安装ionic的前提下进入根目录,运行```npm install```,安装依赖模块。
4.在```ionic serve```启动项目前,先启动node-xauth-fanfou项目。