-
Apologies in advance if this has already been discussed else where and please do link me to any such prior discussion.
I've read:
https://github.com/cosmos/cosmos/blob/master/PURPOSE.md
https:/…
-
I am trying to run the unit tests listed under users/server/tests/users.js but I receive an immediate error:
D:\Projects\marketcap.io\node_modules\mongoose\lib\index.js:329
throw new mongoose.E…
mr-e- updated
8 years ago
-
At the moment we receive not all data for this system:
```
"name":"NOTE"
"symbol":"NOTE"
"availableSupply":"?"
"marketCap":{"usd":"0.0","btc":"?",....}
"price":{"usd":"0.00086624","btc":"3.15313e-06"…
-
Hi there i got everything up and running im currently syncing the blocks into the database now. i noticed that the nethash is incorrect, currently thats because the coin im using is displayed in hashe…
-
Originally reported on Google Code with ID 4761
```
Record the following. After step 6 it stops and errors appear in the Error console.
1. Start Selenium IDE and go to Chapter 1 on http://book.theau…
-
Eric,
This could be a basic javascript question but I'm encountering it through simple-schema so thouht you might be best to ask. I am trying to set a value for a field (marketCap) in my document to…
-
The documentation doesn't make any mention of this, but the following stocks all return 0s in the stock quote API with the status of `Failure|APP_SPECIFIC_ERROR`. Are these not supported by markitonde…
DrLeh updated
9 years ago
-
I'm not sure if this is supported or not, but I thought the BATS exchange was. If I try something like:
http://dev.markitondemand.com/Api/v2/Lookup/jsonp?input=VTI&callback=myFunction
I get the foll…
-
Currently data is saved as-is, which is:
```
{
"timestamp": 1426600802,
"markets": [{...}, {...}]
},
...
```
Should be instead:
```
{
"name": "Bitcoin",
"points": [{"timestamp": 142…
-
I have entities say Company, Stock and Quote. blew is the relationship:
`db.Stock.belongsTo(db.Company,{foreignKey:"companyid"})
db.Company.hasOne(db.Stock,{foreignKey:"companyid"})
db.Quo…