Coder Social home page Coder Social logo

npod's Introduction

NPOD

NASA Pic of the Day

For more information check out the website.

There's still some work left to be done on both the Mac and Windows apps. Check out our list of things left to do in pivotal tracker and feel free to work on them. Just submit a pull request with your code updates, and what it addresses.

Mac todos
Windows todos

npod's People

Contributors

bruffridge avatar billcacy avatar cdecoske avatar

Stargazers

Andreas Motl avatar Benjamin avatar Bjørn Wiegell avatar Henrique Liberato avatar Mehrdad Mehralian avatar Haipeng Wang avatar Kristian Sloth Lauszus avatar Chris Robertson avatar Ivan Konstantynov avatar Shade Ruangwan avatar Zane Williamson avatar  avatar Sarvesh Ranjan avatar  avatar Richard Wiesinger avatar Ivan Anzin avatar  avatar Mike English avatar Pedro Machado Santa avatar Neil Carvalho avatar Rob Safar avatar Saiday avatar

Watchers

 avatar  avatar  avatar  avatar Sharlene Lillo avatar

npod's Issues

High Sierra Support

Hey Guys,

It looks like NPOD is no longer working on High Sierra OS. It would be absolutely amazing to use it there. I love the popup functionality. Many thanks.

Internet

I installed it but when I try to open it it just says it can't connect to the internet, even though I am.
"NASA Pic of the Day requires an internet connection to retrieve images. Please check your internet connection and try again."
I am connected to the internet and had no problems on install, I've tried uninstalling and reinstalling it?

TLS 1.2

Nasa enforces the use of TLS 1.2 now.

Adding the following line in the NetworkHelper will force the http requests to use TLS 1.2.

System.Net.ServicePointManager.SecurityProtocol = System.Net.SecurityProtocolType.Tls12;

Not work with proxy

Not work with proxy.

Sample Fix - add work with DefaultCredentials
(
Put this in application configuration file.
--
--
<system.net>

</system.net>
--
).
And add options to manul edit proxy settings.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.