Giter Site home page Giter Site logo

Weather icons reference ? about meteofrance-api HOT 2 OPEN

niawag avatar niawag commented on July 30, 2024
Weather icons reference ?

from meteofrance-api.

Comments (2)

niawag avatar niawag commented on July 30, 2024

I did a bit of tinkering myself to grab all the svg's, their names are made like this "pXj.svg" or "pXn.svg" with X from 1 to N so not to difficult to grab them all:

#!/bin/bash
for i in {1..50}
do
   wget "https://meteofrance.com/modules/custom/mf_tools_common_theme_public/svg/weather/p"$i"j.svg"
   wget "https://meteofrance.com/modules/custom/mf_tools_common_theme_public/svg/weather/p"$i"n.svg"
done

The last valid url was hit for i=34. I hope this might help someone else!

from meteofrance-api.

hb020 avatar hb020 commented on July 30, 2024

don't forget, there are also

p"$i"bisj.svg
p"$i"bisn.svg

It is best to update it regularly. Right now, the full list is:

p10bisj.svg
p10bisn.svg
p10j.svg
p10n.svg
p11j.svg
p11n.svg
p12bisj.svg
p12bisn.svg
p12j.svg
p12n.svg
p13bisj.svg
p13bisn.svg
p13j.svg
p13n.svg
p14bisj.svg
p14bisn.svg
p14j.svg
p14n.svg
p15j.svg
p15n.svg
p16bisj.svg
p16bisn.svg
p16j.svg
p16n.svg
p17bisj.svg
p17bisn.svg
p17j.svg
p17n.svg
p18bisj.svg
p18bisn.svg
p18j.svg
p18n.svg
p19bisj.svg
p19bisn.svg
p19j.svg
p19n.svg
p1bisj.svg
p1bisn.svg
p1j.svg
p1n.svg
p20bisj.svg
p20bisn.svg
p20j.svg
p20n.svg
p21bisj.svg
p21bisn.svg
p21j.svg
p21n.svg
p22bisj.svg
p22bisn.svg
p22j.svg
p22n.svg
p23j.svg
p23n.svg
p24bisj.svg
p24bisn.svg
p24j.svg
p24n.svg
p25bisj.svg
p25bisn.svg
p25j.svg
p25n.svg
p26bisj.svg
p26bisn.svg
p26j.svg
p26n.svg
p27j.svg
p27n.svg
p28bisj.svg
p28bisn.svg
p28j.svg
p28n.svg
p29j.svg
p29n.svg
p2bisj.svg
p2bisn.svg
p2j.svg
p2n.svg
p30j.svg
p30n.svg
p31j.svg
p31n.svg
p32j.svg
p32n.svg
p33j.svg
p33n.svg
p34j.svg
p34n.svg
p3bisj.svg
p3bisn.svg
p3j.svg
p3n.svg
p4j.svg
p4n.svg
p5bisj.svg
p5bisn.svg
p5j.svg
p5n.svg
p6bisj.svg
p6bisn.svg
p6j.svg
p6n.svg
p7bisj.svg
p7bisn.svg
p7j.svg
p7n.svg
p8bisj.svg
p8bisn.svg
p8j.svg
p8n.svg
p9j.svg
p9n.svg

from meteofrance-api.

Related Issues (20)

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.