Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 870 Bytes

compass.md

File metadata and controls

24 lines (21 loc) · 870 Bytes

Faker.Compass

# A random direction
Faker.Compass.Direction()       //=> "southeast"
Faker.Compass.Cardinal()        //=> "north"
Faker.Compass.Ordinal()         //=> "northwest"
Faker.Compass.HalfWind()        //=> "north-northwest"
Faker.Compass.QuarterWind()     //=> "north by west"

# Random abbreviation
Faker.Compass.Abbreviation()                //=> "NEbN"
Faker.Compass.CardinalAbbreviation()        //=>    "N"
Faker.Compass.OrdinalAbbreviation()         //=>   "SW"
Faker.Compass.HalfWindAbbreviation()        //=>  "NNE"
Faker.Compass.QuarterWindAbbreviation()     //=> "SWbS"

# Random azimuth
Faker.Compass.Azimuth()             //=> "168.75"
Faker.Compass.CardinalAzimuth()     //=>     "90"
Faker.Compass.OrdinalAzimuth()      //=>    "135"
Faker.Compass.HalfWindAzimuth()     //=>  "292.5"
Faker.Compass.QuarterWindAzimuth()  //=>  "56.25"