ddsol / speedtest.net

node.js SpeedTest.net client module
MIT License
611 stars 124 forks source link

Angular Integration #76

Closed HashimJaved09 closed 5 years ago

HashimJaved09 commented 5 years ago

Can this plugin be used with angular...??? I have tried to use it but getting these errors:

ERROR in ./node_modules/speedtest-net/index.js Module not found: Error: Can't resolve 'crypto' in '/home/hash/speedtest/node_modules/speedtest-net' ERROR in ./node_modules/speedtest-net/index.js Module not found: Error: Can't resolve 'http' in '/home/hash/speedtest/node_modules/speedtest-net' ERROR in ./node_modules/agent-base/patch-core.js Module not found: Error: Can't resolve 'https' in '/home/hash/speedtest/node_modules/agent-base' ERROR in ./node_modules/speedtest-net/index.js Module not found: Error: Can't resolve 'https' in '/home/hash/speedtest/node_modules/speedtest-net' ERROR in ./node_modules/http-proxy-agent/index.js Module not found: Error: Can't resolve 'net' in '/home/hash/speedtest/node_modules/http-proxy-agent' ERROR in ./node_modules/https-proxy-agent/index.js Module not found: Error: Can't resolve 'net' in '/home/hash/speedtest/node_modules/https-proxy-agent' ERROR in ./node_modules/draftlog/lib/LineCountStream.js Module not found: Error: Can't resolve 'stream' in '/home/hash/speedtest/node_modules/draftlog/lib' ERROR in ./node_modules/xml2js/lib/parser.js Module not found: Error: Can't resolve 'timers' in '/home/hash/speedtest/node_modules/xml2js/lib' ERROR in ./node_modules/http-proxy-agent/index.js Module not found: Error: Can't resolve 'tls' in '/home/hash/speedtest/node_modules/http-proxy-agent' ERROR in ./node_modules/https-proxy-agent/index.js Module not found: Error: Can't resolve 'tls' in '/home/hash/speedtest/node_modules/https-proxy-agent'

please is there any other way around to solve this problem and integrate this package with Angular 6...!!!

ddsol commented 5 years ago

This is a node.js module and won't work out of the box in the browser.