-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
function RSS(url) { | ||
const GOOGLE_FEED_API_URL = `https://ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=-1&q=${encodeURIComponent(url)}`; | ||
const RSS = (url) => { | ||
const YAHOO_FEED_API_URL = `https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20feed%20where%20url%3D%27${encodeURIComponent(url)}%27&format=json&diagnostics=true&callback=`; | ||
|
||
return fetch(GOOGLE_FEED_API_URL).then(res => res.json()); // eslint-disable-line no-undef | ||
} | ||
return fetch(YAHOO_FEED_API_URL).then(res => res.json()); // eslint-disable-line no-undef | ||
}; | ||
|
||
export default RSS; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
241cf75
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi 7kfpun ,
the demo version in google store did not work as actual , do you have a new apk ?
and can you do a custom for me. i just want add : Sign up features , News , text and chart , admob by using back-end ? if you able please let me know , this is my email : [email protected] , i ll explain more detail, waiting your reply mate.
241cf75
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I would update it today. How about a 5 stars rate on Google Play?
241cf75
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure ,, please update ,,, i ll give 5 star mate.
what about my other question mate ?
241cf75
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Examples for AdMob
Bitcoin
Look Lock
Example for AdMob and Facebook Ads
Thai Vocabulary
241cf75
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The update is on the way. Or you could get the apk on the releases page.
241cf75
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
241cf75
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some stocks don't have charts. Try GOOG, APPL.
I'm on Mac.
241cf75
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.